You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using close_tracks_gaps to fill gaps in the tracks, there are two issues with the tracks dataframe that is created:
the columns id and parent_id are floats, but should be int
the newly added row has a wrong id and parent_id. They are copied from the previous row, but should be updated. Along the same line, the parent_id of the next row should be updated too.
The text was updated successfully, but these errors were encountered:
When using
close_tracks_gaps
to fill gaps in the tracks, there are two issues with the tracks dataframe that is created:id
andparent_id
are floats, but should be intid
andparent_id
. They are copied from the previous row, but should be updated. Along the same line, theparent_id
of the next row should be updated too.The text was updated successfully, but these errors were encountered: