ultrack
ultrack copied to clipboard
close_tracks_gaps creates bug in tracks dataframe
When using close_tracks_gaps to fill gaps in the tracks, there are two issues with the tracks dataframe that is created:
- the columns
idandparent_idare floats, but should be int - the newly added row has a wrong
idandparent_id. They are copied from the previous row, but should be updated. Along the same line, theparent_idof the next row should be updated too.
Hey @TeunHuijben,
Do you have an example to reproduce this? Or can you check if this is still an issue?
I'm looking at the source code and it seems fixed, I just wanted to double check
Thanks! I will check this next week when I get back to the office
@TeunHuijben, no problem, no need to rush. I was just checking the open issues.