Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close_tracks_gaps creates bug in tracks dataframe #121

Open
TeunHuijben opened this issue Jul 3, 2024 · 0 comments
Open

close_tracks_gaps creates bug in tracks dataframe #121

TeunHuijben opened this issue Jul 3, 2024 · 0 comments
Assignees

Comments

@TeunHuijben
Copy link
Contributor

TeunHuijben commented Jul 3, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants