[Numpy-discussion] 1.1.0rc1 OSX Installer - please test

Robert Kern robert.kern at gmail.com
Mon May 19 16:35:06 EDT 2008


On Mon, May 19, 2008 at 3:20 PM, Tommy Grav <tgrav at mac.com> 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



More information about the NumPy-Discussion mailing list