PIA-Group / BioSPPy

Biosignal Processing in Python
Other
569 stars 273 forks source link

FutureWarning from scipy #59

Closed lehippie closed 3 years ago

lehippie commented 5 years ago

Hello,

Thank you for your work. I am currently working wth biosppy to process ECG signals. It's been of great help so far.

However, I have some warnings thrown at me using signals.ecg:

lib/python3.6/site-packages/scipy/signal/_arraytools.py:45: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result. b = a[a_slice]

This same message appears for _arraytools.py (the example) and signaltools.py:1341, :1344 and :1350

The result from biosppy is correct but I wonder until when.

lehippie commented 5 years ago

Hello again, I updated my scipy package to version 1.2 to get rid of the warnings. So far, the results of biosppy.signals.ecg seems identical to previous results.

If the same is observed on other signals, requirements.txt should be updated.

afonsocraposo commented 3 years ago

Fixed with commit https://github.com/PIA-Group/BioSPPy/commit/4b222662542cbb7c0cde13b2a0bdcb0922f4e486.