Private
Public Access
1
0

updated tests

This commit is contained in:
Sander Roosendaal
2018-06-01 17:07:12 +02:00
parent c4475973f9
commit bb87f79ae7
3 changed files with 24 additions and 2 deletions

View File

@@ -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',