Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-14 16:10:32 +01:00
parent f53770fcde
commit f3c19f0471

View File

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