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

Fix import bug in carma_fit.py #62

Merged
merged 1 commit into from
Aug 21, 2022

Conversation

matthew-lowery
Copy link

Changing

'from scipy.stats import median_absolute_deviation as mad'

to

'from scipy.stats import median_abs_deviation as mad'

in eztao/ts/carma_fit.py

--> b/c ImportError: cannot import name 'median_absolute_deviation' from 'scipy.stats'

@ywx649999311 ywx649999311 merged commit 75b1de8 into ywx649999311:master Aug 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants