Package: src:scikit-learn Version: 0.19.1-1 Severity: serious scikit-learn fails to build from source on a number of platforms due to the following failing test:
====================================================================== FAIL: sklearn.neighbors.tests.test_approximate.test_radius_neighbors ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/sklearn/neighbors/tests/test_approximate.py", line 229, in test_radius_neighbors sorted_dists_approx))) AssertionError: False is not true ---------------------------------------------------------------------- Ran 8008 tests in 929.227s FAILED (SKIP=62, failures=1) The platforms where this happens are: * arm64 * ppc64el * s390x * powerpc (non-release arch) * ppc64 (non-release arch) This did not happen with the previous version. Best regards Ole