Merge tag 'v7.10' into develop
adding rowingdata purification step
This commit is contained in:
@@ -140,8 +140,8 @@ def create_strava_stroke_data_db(workoutid,df,csvfilename,debug=False):
|
||||
|
||||
res = df.to_csv(csvfilename+'.gz',index_label='index',compression='gzip')
|
||||
|
||||
|
||||
data = dataprep(df,id=workoutid,bands=False,debug=debug)
|
||||
row = rrdata(csvfile=csvfilename+'.gz')
|
||||
data = dataprep(row.df,id=workoutid,bands=False,debug=debug)
|
||||
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user