SIAC icon indicating copy to clipboard operation
SIAC copied to clipboard

Replace window-import from scipy.signal by scipy.signal.windows

Open nbennasr opened this issue 1 year ago • 0 comments

Importing window functions directly from scipy.signal has been deprecated since SciPy 1.1.0 and they are removed in SciPy 1.13.0. We should instead import them from scipy.signal.windows.

nbennasr avatar Apr 17 '24 12:04 nbennasr