[Numpy-discussion] Multi-distribution Linux wheels - please test

Olivier Grisel olivier.grisel at ensta.org
Mon Feb 8 04:35:42 EST 2016


I found another problem by running the tests of scikit-learn:

python3 -c "import numpy as np; from scipy import linalg;
linalg.eigh(np.random.randn(200, 200))"
Segmentation fault

Note that the following works:

python3 -c "import numpy as np; np.linalg.eigh(np.random.randn(200, 200))"

Also note that all scipy tests pass:

Ran 20180 tests in 366.163s
OK (KNOWNFAIL=97, SKIP=1657)

-- 
Olivier Grisel



More information about the NumPy-Discussion mailing list