Open
Description
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.
Metadata
Assignees
Labels
No labels