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
Scipy changed the name of cumptraz function to "cumulative_trapezoid". Pip installs the newer version of scipy ('1.14.1'), but the requirements.txt file reports version 1.10.0.
The text was updated successfully, but these errors were encountered:
I still used scipy ('1.14.1'). Following your comment, I changed "cumptraz" to "cumulative_trapezoid".
Besides, additional changes are needed to run glottal.py. I attach here in case others need:
for utils_gci.py, update to:
from scipy.signal import medfilt, filtfilt, buttord, butter, lfiltic, lfilter
from scipy.signal.windows import blackman, hamming, hann
Scipy changed the name of cumptraz function to "cumulative_trapezoid". Pip installs the newer version of scipy ('1.14.1'), but the requirements.txt file reports version 1.10.0.
The text was updated successfully, but these errors were encountered: