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')
|
res = df.to_csv(csvfilename+'.gz',index_label='index',compression='gzip')
|
||||||
|
|
||||||
|
row = rrdata(csvfile=csvfilename+'.gz')
|
||||||
data = dataprep(df,id=workoutid,bands=False,debug=debug)
|
data = dataprep(row.df,id=workoutid,bands=False,debug=debug)
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user