Private
Public Access
1
0

releasing trajectory extend at finish for virtual challenges

This commit is contained in:
Sander Roosendaal
2020-09-13 10:05:57 +02:00
parent 05a99fcaf7
commit 0099fc678a
2 changed files with 6 additions and 1 deletions

View File

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