updated tests
This commit is contained in:
@@ -855,7 +855,7 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
except:
|
||||
pass
|
||||
return new_workout_from_df(r, newdf,
|
||||
title=title)
|
||||
title=title,boattype=boattype)
|
||||
try:
|
||||
checks = row.check_consistency()
|
||||
allchecks = 1
|
||||
@@ -1442,6 +1442,7 @@ def split_workout(r, parent, splitsecond, splitmode):
|
||||
|
||||
def new_workout_from_df(r, df,
|
||||
title='New Workout',
|
||||
boattype='1x',
|
||||
parent=None,
|
||||
setprivate=False,
|
||||
forceunit='lbs',
|
||||
|
||||
Reference in New Issue
Block a user