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

Astropy UnitsWarning #12

Closed
nkphysics opened this issue May 26, 2022 · 2 comments
Closed

Astropy UnitsWarning #12

nkphysics opened this issue May 26, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nkphysics
Copy link
Owner

There are two warnings that appear when running an autonicer locally. Both of the warnings are UnitWarnings from astropy.
One is for 'DEGREE' did not parse as fits unit: At col 0, Unit 'DEGREE' not supported by fits standard.
Another is for 'MJD' did not parse as fits unit: At col0, Unit 'MJD' not supported by fits standard.

This is most likely due to changes with a new version of astropy, as this warning didn't occur as of May 23, 2022.
It can probably be fixed with some dependency constraints in the .toml until more work can be done to bring autonicer up to date with the new changes in astropy.
*Changes in astropy are assumed (as of right now), I haven't investigated changes on astropy's end yet.

@nkphysics nkphysics added the bug Something isn't working label May 26, 2022
@nkphysics nkphysics self-assigned this May 26, 2022
@nkphysics
Copy link
Owner Author

Confirmed to be an issue with the new release of astropy v5.1 released ~0300 MDT May 25, 2022.

@nkphysics
Copy link
Owner Author

Temporary fix applied in commit 2d1e729, and v1.0.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant