Private
Public Access
1
0

Merge tag 'v7.06' into develop

test
This commit is contained in:
Sander Roosendaal
2018-06-27 21:08:52 +02:00

View File

@@ -1037,12 +1037,11 @@ def dataprep(rowdatadf,id=0,bands=True,barchart=True,otwpower=True,
hr=hr,
pace=p * 1e3,
spm=spm,
velo=velo,
cumdist=cumdist,
ftime=niceformat(t2),
fpace=nicepaceformat(p2),
velo=velo,
driveenergy=driveenergy,
distanceperstroke=distanceperstroke,
power=power,
workoutstate=workoutstate,
averageforce=averageforce,
@@ -1051,6 +1050,8 @@ def dataprep(rowdatadf,id=0,bands=True,barchart=True,otwpower=True,
forceratio=forceratio,
distance=distance,
drivespeed=drivespeed,
rhythm=rhythm,
distanceperstroke=distanceperstroke,
)
)