wtbarnes / fiasco

Python interface to the CHIANTI atomic database
http://fiasco.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
20 stars 15 forks source link

Ignore asdf-astropy warning about version mismatch #272

Closed wtbarnes closed 3 months ago

wtbarnes commented 3 months ago

The IDL results files were produced with asdf-astropy==0.5.0. The current version is 0.6.0. A warning is being raised when reading these files in that causes the tests to fail. This adds an ignore for that warning. If there is some other way to suppress this or if this turns out to be a bug, this ignore can be removed.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.82%. Comparing base (c015fe1) to head (4874aa2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #272 +/- ## ======================================= Coverage 92.82% 92.82% ======================================= Files 38 38 Lines 2786 2786 ======================================= Hits 2586 2586 Misses 200 200 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.