[Numpy-discussion] Test failures for rev7299

Christopher Hanley chanley at stsci.edu
Fri Aug 7 10:46:48 EDT 2009


Hi,

I receive the following test errors after building numpy rev7229 from svn:

======================================================================
FAIL: test_simple_circular (test_multiarray.TestStackedNeighborhoodIter)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/core/tests/test_multia
rray.py", line 1344, in test_simple_circular
     assert_array_equal(l, r)
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/testing/utils.py", lin
e 639, in assert_array_equal
     verbose=verbose, header='Arrays are not equal')
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/testing/utils.py", lin
e 571, in assert_array_compare
     raise AssertionError(msg)
AssertionError:
Arrays are not equal

(mismatch 6.66666666667%)
  x: array([[ 0.,  1.,  2.],
        [ 1.,  2.,  3.],
        [ 2.,  3.,  0.],...
  y: array([[ 0.,  1.,  2.],
        [ 1.,  2.,  3.],
        [ 2.,  3.,  0.],...

======================================================================
FAIL: test_simple_mirror (test_multiarray.TestStackedNeighborhoodIter)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/core/tests/test_multia
rray.py", line 1296, in test_simple_mirror
     assert_array_equal(l, r)
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/testing/utils.py", lin
e 639, in assert_array_equal
     verbose=verbose, header='Arrays are not equal')
   File 
"/Users/chanley/dev/site-packages/lib/python/numpy/testing/utils.py", lin
e 571, in assert_array_compare
     raise AssertionError(msg)
AssertionError:
Arrays are not equal

(mismatch 6.66666666667%)
  x: array([[ 0.,  1.,  2.],
        [ 1.,  2.,  3.],
        [ 2.,  3.,  0.],...
  y: array([[ 0.,  1.,  2.],
        [ 1.,  2.,  3.],
        [ 2.,  3.,  0.],...

----------------------------------------------------------------------
Ran 2186 tests in 10.671s

FAILED (KNOWNFAIL=1, SKIP=3, failures=2)
<nose.result.TextTestResult run=2186 errors=0 failures=2>



I'm running on an Intel MacBook Pro running OS X 10.5.8.  I am using 
Python 2.5.1.

Chris


-- 
Christopher Hanley
Senior Systems Software Engineer
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21218
(410) 338-4338



More information about the NumPy-Discussion mailing list