LM-SAL / aiapy

Python library for AIA data analysis
https://aiapy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Catch Erfa warnings #324

Closed wtbarnes closed 11 months ago

wtbarnes commented 11 months ago

Fixes #89

This PR catches the Erfa warnings that are raised when we convert the times from the error and degradation tables into UTC while making them astropy.time.Time objects.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (e578cdf) 94.14% compared to head (e00317a) 94.09%. Report is 2 commits behind head on main.

:exclamation: Current head e00317a differs from pull request most recent head 406a473. Consider uploading reports for the commit 406a473 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #324 +/- ## ========================================== - Coverage 94.14% 94.09% -0.05% ========================================== Files 34 34 Lines 1178 1186 +8 ========================================== + Hits 1109 1116 +7 - Misses 69 70 +1 ```

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

nabobalis commented 11 months ago

Need to wait for any online tests to check.