-
Notifications
You must be signed in to change notification settings - Fork 38
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
Implement unit conversion for contour levels #423
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #423 +/- ##
==========================================
- Coverage 86.60% 86.12% -0.49%
==========================================
Files 89 90 +1
Lines 5167 5226 +59
==========================================
+ Hits 4475 4501 +26
- Misses 692 725 +33 ☔ View full report in Codecov by Sentry. |
Jdaviz implementation of contour unit conversion: spacetelescope/jdaviz#2702 |
5591fde
to
a470bc2
Compare
a470bc2
to
3ce8770
Compare
Looks like the CircleCI test failure is real, will try and take a look tomorrow morning. |
Allow the units used to show the contour levels to be customized.
Work in progress!