Skip to content
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

Replace deprecated AsdfInFits #1032

Merged
merged 3 commits into from
Mar 14, 2023

Conversation

pllim
Copy link
Member

@pllim pllim commented Mar 10, 2023

This pull request:

Update pinning in setup.cfg.
Misc import clean-up in test_jwst_reader.py
@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.05%. Comparing base (6eb7f96) to head (2954e86).
Report is 108 commits behind head on main.

Files with missing lines Patch % Lines
...utils/io/default_loaders/tests/test_jwst_reader.py 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1032      +/-   ##
==========================================
- Coverage   70.09%   70.05%   -0.04%     
==========================================
  Files          64       64              
  Lines        4344     4345       +1     
==========================================
- Hits         3045     3044       -1     
- Misses       1299     1301       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pllim pllim force-pushed the asdfinfits-giving-me-the-fits branch from 5cd969d to 2954e86 Compare March 10, 2023 23:16
@pllim
Copy link
Member Author

pllim commented Mar 10, 2023

Remaining dev failures in doctest are unrelated. (See #1034)

sphinx-astropy
matplotlib
graphviz
# TODO: Remove pinning when ndcube fixed
# See https://github.com/astropy/specutils/issues/1028
ndcube<2.1
Copy link
Contributor

@rosteen rosteen Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NDCube 2.1.1 was released with the fix for this, we should be able to remove this pin now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, there is still sunpy/ndcube#604

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, blast. Alright, it stays for now 😆

Copy link
Contributor

@rosteen rosteen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@rosteen rosteen merged commit 662b329 into astropy:main Mar 14, 2023
@pllim pllim deleted the asdfinfits-giving-me-the-fits branch March 14, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AsdfInFits deprecation and move to stdatamodels
2 participants