On Mon, May 19, 2008 at 3:20 PM, Tommy Grav <[EMAIL PROTECTED]> wrote: > ====================================================================== > FAIL: test_basic (numpy.core.tests.test_multiarray.TestView) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/numpy/core/tests/test_multiarray.py", line > 843, in test_basic > assert_array_equal(y, [67305985, 134678021]) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/numpy/testing/utils.py", line 248, in > assert_array_equal > verbose=verbose, header='Arrays are not equal') > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/numpy/testing/utils.py", line 240, in > assert_array_compare > assert cond, msg > AssertionError: > Arrays are not equal > > (mismatch 100.0%) > x: array([16909060, 84281096]) > y: array([ 67305985, 134678021])
Endianness issues. Probably bugs in the code. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion