StingraySoftware / stingray

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

[TST] Fix link in docs and deprecated function from numpy #830

Closed matteobachetti closed 4 months ago

matteobachetti commented 4 months ago

A very easy one. The link timelabtechnologies.com is unreacheable, and I'm eliminating it from the docs (otherwise the linkcheck test fails)

Also, fix deprecation warning of numpy.trapz in numpy 2.0

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.53%. Comparing base (13881e4) to head (3544643).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #830 +/- ## ========================================== - Coverage 96.54% 96.53% -0.01% ========================================== Files 48 48 Lines 9253 9257 +4 ========================================== + Hits 8933 8936 +3 - Misses 320 321 +1 ```

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