[Numpy-discussion] numpy.test() failures

Nils Wagner nwagner at iam.uni-stuttgart.de
Mon Dec 7 16:36:40 EST 2009


>>> numpy.__version__
'1.5.0.dev7980'


FAIL: test_buffer_hashlib (test_regression.TestRegression)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/tests/test_regression.py", 
line 1246, in test_buffer_hashlib
     assert_equal(md5(x).hexdigest(), 
'2a1dd1e1e59d0a384c26951e316cd7e6')
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 307, in assert_equal
     raise AssertionError(msg)
AssertionError:
Items are not equal:
  ACTUAL: 'aa341a15f5ade44faafbe190f98c2587'
  DESIRED: '2a1dd1e1e59d0a384c26951e316cd7e6'

----------------------------------------------------------------------
Ran 2485 tests in 14.328s

FAILED (KNOWNFAIL=5, failures=1)
<nose.result.TextTestResult run=2485 errors=0 failures=1>
  



More information about the NumPy-Discussion mailing list