reverted bikeerg conversion in dataprep
This commit is contained in:
@@ -871,8 +871,6 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
# auto smoothing
|
||||
pace = row.df[' Stroke500mPace (sec/500m)'].values
|
||||
velo = 500. / pace
|
||||
if workouttype == 'bikeerg':
|
||||
velo = 1000. / pace
|
||||
|
||||
f = row.df['TimeStamp (sec)'].diff().mean()
|
||||
if f != 0 and not np.isnan(f):
|
||||
|
||||
Reference in New Issue
Block a user