On Tue, Nov 25, 2008 at 12:41 PM, Charles R Harris
<[EMAIL PROTECTED]> wrote:
>

> 1) This problem is specific to 2.6 and 2.5 works.

Yes

> 2) It's on Intel hardware?

Yes.

Here is a minimal test which shows the problem:

import numpy as np
assert np.dtype('<f4').isnative

This fails on python 2.6, but works on 2.5. In both cases,
sys.byteorder returns little. So for some reasons, dtype description
(see other failures) is not working on 2.6.

David
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to