[Numpy-discussion] Numpy 1.10.0 release
Neal Becker
ndbecker2 at gmail.com
Tue Oct 6 08:41:49 EDT 2015
Sebastian Berg wrote:
> On Di, 2015-10-06 at 07:53 -0400, Neal Becker wrote:
>> 1 test failure:
>>
>> FAIL: test_blasdot.test_blasdot_used
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>> File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in
>> runTest
>> self.test(*self.arg)
>> File "/home/nbecker/.local/lib/python2.7/site-
>> packages/numpy/testing/decorators.py", line 146, in skipper_func
>> return f(*args, **kwargs)
>> File "/home/nbecker/.local/lib/python2.7/site-
>> packages/numpy/core/tests/test_blasdot.py", line 31, in test_blasdot_used
>> assert_(dot is _dotblas.dot)
>> File "/home/nbecker/.local/lib/python2.7/site-
>> packages/numpy/testing/utils.py", line 53, in assert_
>> raise AssertionError(smsg)
>> AssertionError
>>
>
> My first guess would be, that it sounds like you got some old test files
> flying around. Can you try cleaning up everything and reinstall? It can
> happen that old installed test files survive the new version.
>
Yes, I rm'd the old ~/.local/lib/python2.7/site-packages/numpy, reinstalled,
and now no test failure:
Ran 5955 tests in 30.778s
OK (KNOWNFAIL=3, SKIP=1)
More information about the NumPy-Discussion
mailing list