ultrack icon indicating copy to clipboard operation
ultrack copied to clipboard

close_tracks_gaps creates bug in tracks dataframe

Open TeunHuijben opened this issue 1 year ago • 3 comments

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.

TeunHuijben avatar Jul 03 '24 18:07 TeunHuijben

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

JoOkuma avatar Jan 02 '25 20:01 JoOkuma

Thanks! I will check this next week when I get back to the office

TeunHuijben avatar Jan 03 '25 10:01 TeunHuijben

@TeunHuijben, no problem, no need to rush. I was just checking the open issues.

JoOkuma avatar Jan 03 '25 16:01 JoOkuma