StingraySoftware / stingray

Anything can happen in the next half hour (including spectral timing made easy)!
https://stingray.science/stingray
MIT License
166 stars 137 forks source link

Fix np 2 array wrap + other deprecations #791

Closed matteobachetti closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (bfa7390) 91.46% compared to head (63e0cec) 96.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #791 +/- ## ========================================== + Coverage 91.46% 96.43% +4.97% ========================================== Files 43 43 Lines 8762 8762 ========================================== + Hits 8014 8450 +436 + Misses 748 312 -436 ```

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

matteobachetti commented 5 months ago

The Numpy issue is being addressed by Astropy directly: https://github.com/astropy/astropy/pull/15925