laszukdawid / PyEMD

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

cannot import name 'CubicHermiteSpline' from 'scipy.interpolate' #149

Closed hongrui0722 closed 6 months ago

laszukdawid commented 6 months ago

Can't reproduce. The method exists in scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.CubicHermiteSpline.html.