Closed zeeraktalat closed 5 years ago
Tests failed, seemingly for a small drop in performance of classifiers.
Failures are very odd. Could they be due to a change in underlying numpy/scipy/sklearn instead? Let me see if I can trigger a build on master
Failures seem present identically on master. It's odd, but unrelated to this PR.
Could you modify travis.yml to test on python3.7 instead of 3.6 so we confirm that this change indeed fixes it?
3.7 fails with the same two errors but the issue with installing the package seem to be fixed. I can install using pip in a clean virtual environment.
Thanks! Master should work now.
Rebuilt using Cython 0.29.7 as suggested in #132 :)