-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for elliptical ROI #32
Conversation
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
==========================================
- Coverage 97.27% 96.41% -0.87%
==========================================
Files 13 15 +2
Lines 991 1003 +12
==========================================
+ Hits 964 967 +3
- Misses 27 36 +9
Continue to review full report at Codecov.
|
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.
Needs one minor change, but works after that. I'm not sure what the CI failures are, I see "build not found" when I click to try to see details. @eteq any input here?
I also wonder how this will affect spacetelescope/jdaviz#697 🤔 |
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.
LGTM!
The failures are due to an issue with the CI setup on linux not this PR itself. It's passing on windows though, so I'm pretty confident there's not a concern there.
See, Windows is useful sometimes. 😆 |
Pull Request Template
Description
Potentially fixes #31
I'm not sure if anything else needs to be done here to implement elliptical ROI in glue-astronomy, and by extension jdaviz. Testing on my machine does not look different but I'm not sure if further changes need to be made in glue-jupyter or jdaviz.