-
Notifications
You must be signed in to change notification settings - Fork 6
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
Interval Pixel Tree #249
Interval Pixel Tree #249
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
==========================================
- Coverage 99.94% 95.72% -4.23%
==========================================
Files 57 56 -1
Lines 1995 1873 -122
==========================================
- Hits 1994 1793 -201
- Misses 1 80 +79 ☔ View full report in Codecov by Sentry. |
Click here to view all benchmarks. |
Co-authored-by: Melissa DeLucchi <[email protected]>
Co-authored-by: Melissa DeLucchi <[email protected]>
With the test coverage, even though it is run the compiled numba alignment code doesn't count towards the coverage |
Co-authored-by: Melissa DeLucchi <[email protected]>
Updates the
PixelTree
to use arrays of intervals instead of the tree data structure. Full details of this are described in this doc: https://docs.google.com/document/d/1gqb8qb3HiEhLGNav55LKKFlNjuusBIsDW7FdTkc5mJU/edit?usp=sharingCloses #225