radio-astro-tools / spectral-cube

Library for reading and analyzing astrophysical spectral data cubes
http://spectral-cube.rtfd.org
BSD 3-Clause "New" or "Revised" License
95 stars 61 forks source link

Fix deprecated import path [#892] #893

Closed keflavich closed 7 months ago

keflavich commented 7 months ago

This fixes #892

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (f62cc97) 79.95% compared to head (7452473) 79.95%.

:exclamation: Current head 7452473 differs from pull request most recent head 4759c5a. Consider uploading reports for the commit 4759c5a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #893 +/- ## ======================================= Coverage 79.95% 79.95% ======================================= Files 24 24 Lines 6016 6016 ======================================= Hits 4810 4810 Misses 1206 1206 ```

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

e-koch commented 7 months ago

@keflavich @neutrinoceros I've tacked on a bit of clean-up up here for the tests. Any suggestions on that part?

Otherwise, I'm happy to merge this.

keflavich commented 7 months ago

Looks good. @e-koch you approve, I merge?

e-koch commented 7 months ago

@keflavich good to merge. Thanks @neutrinoceros !