legend-exp / dspeed

Fast Digital Signal Processing for particle detector signals in Python
https://dspeed.readthedocs.io
GNU General Public License v3.0
2 stars 13 forks source link

Removed deprecated np.float_ calls #80

Closed SamuelBorden closed 1 month ago

SamuelBorden commented 1 month ago

get_multi_local_extrema was calling np.float_ which is deprecated in numpy 2.0 and is causing BuildTheDocs to fail in other repos. I've replaced these calls with np.float64

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 60.51%. Comparing base (641e1cb) to head (a9dd693). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ======================================= Coverage 60.51% 60.51% ======================================= Files 48 48 Lines 3234 3234 ======================================= Hits 1957 1957 Misses 1277 1277 ```

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