fix dp
This commit is contained in:
@@ -587,6 +587,9 @@ def resample(id,r,parent,overwrite='copy'):
|
|||||||
marker = check_marker(parent)
|
marker = check_marker(parent)
|
||||||
result = update_wps(r,mytypes.otwtypes)
|
result = update_wps(r,mytypes.otwtypes)
|
||||||
result = update_wps(r,mytypes.otetypes)
|
result = update_wps(r,mytypes.otetypes)
|
||||||
|
|
||||||
|
tss,normp = workout_rscore(parent)
|
||||||
|
goldmedalstandard,goldmedalseconds = workout_goldmedalstandard(parent)
|
||||||
else:
|
else:
|
||||||
id, message = new_workout_from_df(r, data, title=parent.name + '(Resampled)',
|
id, message = new_workout_from_df(r, data, title=parent.name + '(Resampled)',
|
||||||
parent=parent,forceunit='N')
|
parent=parent,forceunit='N')
|
||||||
|
|||||||
Reference in New Issue
Block a user