You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeprecationWarning: scipy.signal.ricker is deprecated in SciPy 1.12 and will be removed
in SciPy 1.15. We recommend using PyWavelets instead.
wavelet_x = np.conj(ricker(points, width)[::-1])
To Reproduce
File functime_test.py
import polars as pl
from functime.feature_extractors import cwt_coefficients
cwt_coefficients(pl.Series([1 for _ in range(100)]))
In terminal:
pytest functime_test.py
Expected behavior
No DeprecationWarning
Desktop (please complete the following information):