-
Notifications
You must be signed in to change notification settings - Fork 13
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
Document and check WCS usage for to_sky
option in subset-to-region translator; add tests
#97
Conversation
e39b2db
to
12715d6
Compare
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.
Much cleaner now. Thanks!
@dhomeier would need to enable the CI and do a final review.
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.
Thanks, looks great, tests just were not run due to some codestyle failures.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
- Coverage 96.90% 96.68% -0.22%
==========================================
Files 18 18
Lines 1421 1448 +27
==========================================
+ Hits 1377 1400 +23
- Misses 44 48 +4
☔ View full report in Codecov by Sentry. |
@pllim do you know if a |
spectral-cube release is up to @keflavich or @astrofrog , I think? |
@e-koch might also be able to help, but we're probably not issuing a release before Oct 25 |
Maybe it is time to seriously think about: |
Having run into the same radio-beam trap now, I tend to agree. |
@dhomeier does radio-beam also just need a new release? Or is there another issue? |
Having all imported in sync from the dev branches in #98 resolves the issue now; it's probably more problematic for downstream packages that are not explicitly testing spectral_cube and deps. |
we pushed a new release. If either of you would like to join on as maintainers to help with the release cycle, let us know. |
Thanks, re-running the tests with the updates fixed everything! I know virtually nothing about |
to_sky
option in subset-to-region translator; add tests
Thanks, @dhomeier -- radio-beam is quite lightweight, and helping with just the release cycle would very likely keep it from being an issue in the future. The codebase is quite stable at this point. |
Closing https://github.com/glue-viz/glue-astronomy/pull/96/files as the workaround in there can go directly in Jdaviz, but keeping changes to docstring/tests for the
roi_subset_state_to_region
function. Not including a change log entry for this.