Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-15 07:54:06 +01:00
parent d456bcb9a5
commit 5b3d7fcf2c
2 changed files with 4 additions and 1 deletions

View File

@@ -587,6 +587,9 @@ def resample(id,r,parent,overwrite='copy'):
marker = check_marker(parent)
result = update_wps(r,mytypes.otwtypes)
result = update_wps(r,mytypes.otetypes)
tss,normp = workout_rscore(parent)
goldmedalstandard,goldmedalseconds = workout_goldmedalstandard(parent)
else:
id, message = new_workout_from_df(r, data, title=parent.name + '(Resampled)',
parent=parent,forceunit='N')