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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: