releasing trajectory extend at finish for virtual challenges
This commit is contained in:
@@ -184,7 +184,7 @@ ratelim==0.1.6
|
||||
redis==3.2.1
|
||||
requests==2.23.0
|
||||
requests-oauthlib==1.2.0
|
||||
rowingdata==2.9.3
|
||||
rowingdata==2.9.7
|
||||
rowingphysics==0.5.0
|
||||
rq==0.13.0
|
||||
rules==2.1
|
||||
|
||||
@@ -397,6 +397,11 @@ def handle_check_race_course(self,
|
||||
except IOError:
|
||||
return 0
|
||||
|
||||
|
||||
row.extend_data()
|
||||
|
||||
#row.df.interpolate(inplace=True)
|
||||
|
||||
row.calc_dist_from_gps()
|
||||
rowdata = row.df
|
||||
rowdata['cum_dist'] = rowdata['gps_dist_calculated']
|
||||
|
||||
Reference in New Issue
Block a user