Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-11-11 19:51:56 +01:00
parent 59b6577c63
commit 680c64a43c

View File

@@ -2430,6 +2430,7 @@ def workout_data_view(request, id=0):
'catch','finish','peakforceangle','wash','slip','rhythm',
'effectiveangle','totalangle','distanceperstroke','velo']
cols = [c for c in cols if c in datadf.columns]
tcols = ['ftime','cumdist','fpace','spm','hr','power']