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
Currently ecdfgof.py uses scipy._lib.six module which is not present in newer versions of scipy
(probably because they don't support python 2 anymore).
It should be updated to either use six directly or drop support for python 2 and use str instead of six.string_types.
The text was updated successfully, but these errors were encountered:
Simply importing skgof gives this error.
Currently ecdfgof.py uses scipy._lib.six module which is not present in newer versions of scipy
(probably because they don't support python 2 anymore).
It should be updated to either use six directly or drop support for python 2 and use str instead of six.string_types.
The text was updated successfully, but these errors were encountered: