On Tue, Nov 13, 2007 at 02:53:32PM +0100, Sebastian Haase wrote:
> trying to anwer your question with a quick "arange" test, I ran into
> more confusion:
> >> a = N.arange(.5, dtype=">f")
> >>> `a.dtype`
> 'dtype('float32')'
> >>> a = N.arange(.5, dtype="<f")
> >>> `a.dtype`
> 'dtype('float32')'

Hrm, that doesn't look right.  I'll take a look tomorrow.

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

Reply via email to