Private
Public Access
1
0

Added simple test for C2 Stroke data

This commit is contained in:
sanderroosendaal
2016-11-06 17:55:51 +01:00
parent 464550deb9
commit 1a1b1d403f
4 changed files with 28 additions and 2 deletions

View File

@@ -370,6 +370,7 @@ def add_workout_from_strokedata(user,importid,data,strokedata,source='c2'):
' latitude':latcoord,
' Stroke500mPace (sec/500m)':pace,
' Power (watts)':power,
' DragFactor':np.zeros(nr_rows),
' DriveLength (meters)':np.zeros(nr_rows),
' StrokeDistance (meters)':strokelength,
' DriveTime (ms)':np.zeros(nr_rows),