-
Notifications
You must be signed in to change notification settings - Fork 76
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
Use stdatamodels for ASDF-in-FITS support #2052
Conversation
acbe032
to
cde7684
Compare
cde7684
to
390505a
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2052 +/- ##
==========================================
- Coverage 92.12% 92.09% -0.04%
==========================================
Files 140 140
Lines 15444 15440 -4
==========================================
- Hits 14228 14219 -9
- Misses 1216 1221 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
The remaining dev failures are caused by the following and we are going to deal with them separately: |
390505a
to
75c653c
Compare
TST: Update test_parse_jwst_niriss_grism because asdf_in_fits do the invalid WCS handling natively now. TST: specviz2d no longer warns.
75c653c
to
81ab671
Compare
This comment was marked as resolved.
This comment was marked as resolved.
The remaining dev failure has nothing to do with ASDF. Looking like some uncertainty stuff in spectrum model fitting, so maybe @bmorris3 or @rosteen know what's up. Probably also happens on
|
This dev failure is coming from astropy/astropy#14519. I see the test is checking for equivalence with:
Any idea how these expected uncertainties were computed? It might be appropriate to update them, since the behavior of astropy modeling has changed upstream. |
I have no idea but maybe |
Co-authored-by: Brett M. Morris <morrisbrettm@gmail.com>
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.
Looks good! Let's ping @havok2063 for his two cents before merge?
@havok2063 approves via Slack. All good! |
Thanks, all! |
Description
This pull request is to use ASDF-in-FITS code from
stdatamodels
instead ofasdf
.Unfortunately, this is blocked by:dqflags
and related fromstcal
tostdatamodels
stdatamodels#134Fixes #1980
TODO
stcal
is not installed.Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.