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

feat: sort before return in long_tracker.jl #559

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cpaniaguam
Copy link
Member

This pull request includes a small change to the long_tracker function in the src/tracker/long_tracker.jl file. The change involves adding an additional sort operation on the trajectories DataFrame by :uuid and :passtime.

  • src/tracker/long_tracker.jl: Added an additional DataFrames.sort! operation on the trajectories DataFrame to ensure it is sorted by :uuid and :passtime after _swap_last_values! is called.

@cpaniaguam cpaniaguam linked an issue Feb 1, 2025 that may be closed by this pull request
@cpaniaguam cpaniaguam self-assigned this Feb 1, 2025
Copy link
Contributor

@danielmwatkins danielmwatkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy enough!

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

Successfully merging this pull request may close these issues.

sort trajectories in long_tracker before return
2 participants