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

Need to explicitly import stats from scipy #41

Open
mbarkdull opened this issue Jun 16, 2020 · 1 comment
Open

Need to explicitly import stats from scipy #41

mbarkdull opened this issue Jun 16, 2020 · 1 comment

Comments

@mbarkdull
Copy link

Hi all,

When attempting to run Kinfin as distributed, I get the error "AttributeError: 'module' object has no attribute 'stats'". This issue can be resolved by explicitly importing the stats module from scipy, as from scipy import stats. I would suggest an update to kinfin.py.

Thanks!

@schantzcon
Copy link

I had the exact same problem. Thanks for solving it!

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