<div dir="ltr"><div><div>I don't get any failures on Fedora 22. I have installed it with pip, setting my CFLAGS to "-march=core-avx-i -O2 -pipe -mtune=native" and linking against openblas.<br><br></div>With the new Numpy, Scipy full suite shows two errors, I am sorry I didn't think of running that in the RC phase:<br><br>======================================================================<br>FAIL: test_weighting (test_stats.TestHistogram)<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File "/home/david/.local/virtualenv/py27/lib/python2.7/site-packages/scipy/stats/tests/test_stats.py", line 892, in test_weighting<br>    decimal=2)<br>  File "/home/david/.local/virtualenv/py27/lib/python2.7/site-packages/numpy/testing/utils.py", line 886, in assert_array_almost_equal<br>    precision=decimal)<br>  File "/home/david/.local/virtualenv/py27/lib/python2.7/site-packages/numpy/testing/utils.py", line 708, in assert_array_compare<br>    raise AssertionError(msg)<br>AssertionError: <br>Arrays are not almost equal to 2 decimals<br><br>(mismatch 40.0%)<br> x: array([   4. ,    0. ,    4.5,   -0.9,    0. ,    0.3,  110.2,    0. ,<br>          0. ,   42. ])<br> y: array([   4. ,    0. ,    4.5,   -0.9,    0.3,    0. ,    7. ,  103.2,<br>          0. ,   42. ])<br><br>======================================================================<br>FAIL: test_nanmedian_all_axis (test_stats.TestNanFunc)<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File "/home/david/.local/virtualenv/py27/lib/python2.7/site-packages/scipy/stats/tests/test_stats.py", line 226, in test_nanmedian_all_axis<br>    assert_equal(len(w), 4)<br>  File "/home/david/.local/virtualenv/py27/lib/python2.7/site-packages/numpy/testing/utils.py", line 354, in assert_equal<br>    raise AssertionError(msg)<br>AssertionError: <br>Items are not equal:<br> ACTUAL: 1<br> DESIRED: 4<br><br></div>I am almost sure these errors weren't there before.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 October 2015 at 13:53, Neal Becker <span dir="ltr"><<a href="mailto:ndbecker2@gmail.com" target="_blank">ndbecker2@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">1 test failure:<br>
<br>
FAIL: test_blasdot.test_blasdot_used<br>
----------------------------------------------------------------------<br>
Traceback (most recent call last):<br>
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest<br>
    self.test(*self.arg)<br>
  File "/home/nbecker/.local/lib/python2.7/site-<br>
packages/numpy/testing/decorators.py", line 146, in skipper_func<br>
    return f(*args, **kwargs)<br>
  File "/home/nbecker/.local/lib/python2.7/site-<br>
packages/numpy/core/tests/test_blasdot.py", line 31, in test_blasdot_used<br>
    assert_(dot is _dotblas.dot)<br>
  File "/home/nbecker/.local/lib/python2.7/site-<br>
packages/numpy/testing/utils.py", line 53, in assert_<br>
    raise AssertionError(smsg)<br>
AssertionError<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="https://mail.scipy.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank">https://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br></div>