laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
857 stars 222 forks source link

can_cast() not supported #159

Closed zasha18 closed 1 month ago

zasha18 commented 1 month ago

TypeError keeps appearing when running basic tutorial. Tried running emd_tutorial_00_start_01_quicksift.py through both Spyder and Jupyter Notebook with the same result:

TypeError: can_cast() does not support Python ints, floats, and complex because the result used to depend on the value. This change was part of adopting NEP 50, we may explicitly allow them again in the future.

laszukdawid commented 1 month ago

Can't see how this is relevant to this repo