bbfrederick / rapidtide

rapidtide - a suite of programs for doing time lag correlation analysis on fMRI data
Apache License 2.0
75 stars 14 forks source link

numpy.float deprecated, this is now changed in io.py #128

Closed dittothat closed 11 months ago

dittothat commented 11 months ago

When running rapidtide -CVR io.py was called and there was a line there that called np.float() which is deprecated in the latest numpy package (1.24.4). This was causing an error. Now fixed.

[fix][ref]

Changes proposed in this pull request:

codecov[bot] commented 11 months ago

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
rapidtide/io.py 0.00%

:loudspeaker: Thoughts on this report? Let us know!.

bbfrederick commented 11 months ago

Good catch. Thanks!