-
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
Correct pixel boundaries when plotting pixels at orders lower than 3 show #413
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #413 +/- ##
==========================================
+ Coverage 92.95% 92.99% +0.03%
==========================================
Files 49 49
Lines 2116 2127 +11
==========================================
+ Hits 1967 1978 +11
Misses 149 149 ☔ View full report in Codecov by Sentry. |
Click here to view all benchmarks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add some comments to the unit test calculations as well?
f2fc2fc
to
1ff39ad
Compare
Previously order 0-2 healpix were split to order 3 when plotting, showing incorrect borders. This adds the ability to plot lower order pixels with more steps along the edges, and correct borders.