releasing trajectory extend at finish for virtual challenges
This commit is contained in:
@@ -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