fix
This commit is contained in:
@@ -583,6 +583,10 @@ def resample(id,r,parent,overwrite='copy'):
|
||||
row.write_csv(parent.csvfilename,gzip=True)
|
||||
|
||||
res = dataprep(row.df, id=parent.id, bands=True, barchart=True, otwpower=True, empower=True,inboard=parent.inboard)
|
||||
isbreakthrough, ishard = checkbreakthrough(parent, r)
|
||||
marker = check_marker(parent)
|
||||
result = update_wps(r,mytypes.otwtypes)
|
||||
result = update_wps(r,mytypes.otetypes)
|
||||
else:
|
||||
id, message = new_workout_from_df(r, data, title=parent.name + '(Resampled)',
|
||||
parent=parent,forceunit='N')
|
||||
|
||||
Reference in New Issue
Block a user