Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-02 Thread Andrew Jaffe
> The following test fails on a Solaris 8 system: > == > FAIL: check_basic (numpy.core.tests.test_multiarray.test_clip) > -- > Traceback (most

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Ted Horst
I get the same failure on ppc. Here is the result of your commands: big < > = On Apr 1, 2007, at 16:22, Stefan van der Walt wrote: > Hi Chris > > Would you please run the following commands and show their output? > > import sys > print sys.byteorder > > import numpy as N > print N.array([1,2,3

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Christopher Hanley
Hi Stefan, This is what I get: >>> import sys >>> print sys.byteorder big >>> import numpy as N >>> print N.array([1,2,3],N.dtype(N.int16).newbyteorder('<')).dtype.byteorder < >>> print N.array([1,2,3],N.dtype(N.int16).newbyteorder('>')).dtype.byteorder > >>> print N.array([1,2,3],N.dtyp

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Stefan van der Walt
Hi Chris Would you please run the following commands and show their output? import sys print sys.byteorder import numpy as N print N.array([1,2,3],N.dtype(N.int16).newbyteorder('<')).dtype.byteorder print N.array([1,2,3],N.dtype(N.int16).newbyteorder('>')).dtype.byteorder print N.array([1,2,3],N

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Christopher Hanley
Sun hardware is big endian. To be specific, this test was done on a Sun Ultra 10. I don't have access to a PPC right now. I can check tomorrow once I am in the office. Chris > > Hmm, Sun hardware is big endian, no? I wonder what happens on PPC? I > don't see any problems here on Athlon64. >

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Charles R Harris
On 4/1/07, Christopher Hanley <[EMAIL PROTECTED]> wrote: The following test fails on a Solaris 8 system: == FAIL: check_basic (numpy.core.tests.test_multiarray.test_clip)

[Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Christopher Hanley
The following test fails on a Solaris 8 system: == FAIL: check_basic (numpy.core.tests.test_multiarray.test_clip) -- Traceback (most recent call last): File "/