fixing boatcoach issue
This commit is contained in:
@@ -1207,6 +1207,9 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
# smoothen power
|
||||
row.df[' Power (watts)'].replace(to_replace=0,method='ffill', inplace=True)
|
||||
|
||||
if dosmooth:
|
||||
# auto smoothing
|
||||
pace = row.df[' Stroke500mPace (sec/500m)'].values
|
||||
|
||||
Reference in New Issue
Block a user