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:
np.float() changed to float in io.py in order to make it compatible with the latest numpy package
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: