Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scipy version conflict #71

Open
Bala93 opened this issue Mar 20, 2023 · 1 comment
Open

scipy version conflict #71

Bala93 opened this issue Mar 20, 2023 · 1 comment

Comments

@Bala93
Copy link

Bala93 commented Mar 20, 2023

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

@eliwagnercode
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants