szhan / pyrqa

Recurrence Quantification Analysis of Large-Scale Time Series
Apache License 2.0
29 stars 8 forks source link

Changed np.float() to float() in result.py #4

Closed dimoralesb closed 1 year ago

dimoralesb commented 1 year ago

NumPy 1.24 removed np.float(), causing an error it is used. numpy.float becomes a "plain" Python float

szhan commented 1 year ago

Thanks @dimoralesb. Please see #5. I've reached out to the PyRQA developers to see what to do with this repo. I suggested that they consider hosting their source code on GitHub instead of only PyPi. This issue might be fixed in the latest version, but I have not checked it.