![](https://secure.gravatar.com/avatar/88f208b3eec769ca044600e19341dbcf.jpg?s=120&d=mm&r=g)
Hi, The latest version of numpy has a unit test failure on big endian machines. ====================================================================== FAIL: test_record_array (numpy.core.tests.test_multiarray.test_putmask) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/basil5/site-packages/lib/python/numpy/core/tests/test_multiarray.py", line 450, in test_record_array assert_array_equal(rec['x'],[10,5]) File "/data/basil5/site-packages/lib/python/numpy/testing/utils.py", line 223, in assert_array_equal verbose=verbose, header='Arrays are not equal') File "/data/basil5/site-packages/lib/python/numpy/testing/utils.py", line 215, in assert_array_compare assert cond, msg AssertionError: Arrays are not equal (mismatch 50.0%) x: array([ 4.58492919e-320, 5.00000000e+000]) y: array([10, 5]) ---------------------------------------------------------------------- Ran 670 tests in 47.182s Chris
![](https://secure.gravatar.com/avatar/af6c39d6943bd4b0e1fde23161e7bb8c.jpg?s=120&d=mm&r=g)
Hi Chris Do you have a Solaris machine that we can use as a client for the buildbot (this can be a desktop machine)? I didn't see this problem earlier, since all the other platforms built without problems. I also noticed that not all platforms execute the same number of tests, which is worrisome. Cheers Stéfan On Wed, Aug 22, 2007 at 01:25:26PM -0400, Christopher Hanley wrote:
![](https://secure.gravatar.com/avatar/af6c39d6943bd4b0e1fde23161e7bb8c.jpg?s=120&d=mm&r=g)
Hi Chris Do you have a Solaris machine that we can use as a client for the buildbot (this can be a desktop machine)? I didn't see this problem earlier, since all the other platforms built without problems. I also noticed that not all platforms execute the same number of tests, which is worrisome. Cheers Stéfan On Wed, Aug 22, 2007 at 01:25:26PM -0400, Christopher Hanley wrote:
participants (3)
-
Christopher Hanley
-
Stefan van der Walt
-
Travis E. Oliphant