bug fix
This commit is contained in:
@@ -420,6 +420,8 @@ def handle_check_race_course(self,
|
||||
rowdata['dt'] = rowdata['time'].apply(
|
||||
lambda x: safetimedelta(x)
|
||||
)
|
||||
|
||||
|
||||
rowdata = rowdata.resample('100ms',on='dt').mean()
|
||||
rowdata = rowdata.interpolate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user