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
I went into ~\Miniconda3\envs\pyvhr\Lib\site-packages\pyVHR\BPM\BPM.py and manually changed from scipy.stats import median_absolute_deviation as mad
to from scipy.stats import median_abs_deviation as mad
That at least got me to be able to import pyVHR; hopefully there aren't other issues downstream
In code: from scipy.stats import median_absolute_deviation as mad
Latest scipy uses the following "scipy.stats.median_abs_deviation"
Can you please update this
The text was updated successfully, but these errors were encountered: