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 traversal order breaks in traceback #31

Open
alex-r-bigelow opened this issue Dec 6, 2019 · 0 comments
Open

Fix traversal order breaks in traceback #31

alex-r-bigelow opened this issue Dec 6, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@alex-r-bigelow
Copy link
Member

Something is wrong with the intervaltree fork's endOrder traversal.

In the Jacobi dataset, intervals 325, 826, 1082, and 68 should be iterated in that order, but the actual order seems to be 826, 1082, 68, 325. (Side note: even if the the expected ordering is fixed, the trace should still break between 325 and 68, because 68 spans all of them...)

image

image

@alex-r-bigelow alex-r-bigelow added the bug Something isn't working label Dec 6, 2019
@alex-r-bigelow alex-r-bigelow self-assigned this Dec 6, 2019
@alex-r-bigelow alex-r-bigelow removed their assignment Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant