Closed martinkozle closed 1 year ago
Tests failed because of sklearn package.
The package https://pypi.org/project/sklearn/ has been deprecated for some time now and https://pypi.org/project/scikit-learn/ is supposed to be used. I added a commit that changes it in requirements.txt
.
Currently wh ratio is multiplied by 1 which does nothing and then the tolerance value is linearly added and substracted instead of multiplied.