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

fix: Keep events sorted in one row for no-overlap algorithm #2469

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

Conversation

asimonok
Copy link

@asimonok asimonok commented Nov 16, 2023

Currently no-overlap algorithm changes events sorting in one row even if it shouldn't be. Fix for keeping sorting

Sorted events before applying no-overlap
Screenshot 2023-11-16 at 09 26 57

Events order without fix (event2, event1)
Screenshot 2023-11-16 at 09 26 36

Events order with fix (event1, event2)
Screenshot 2023-11-16 at 09 26 02

@asimonok asimonok changed the title Keep events sorted in one row for no-overlap Keep events sorted in one row for no-overlap algorithm Nov 16, 2023
@asimonok asimonok changed the title Keep events sorted in one row for no-overlap algorithm fix: Keep events sorted in one row for no-overlap algorithm Nov 16, 2023
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.

None yet

1 participant