Ticket #616 (closed defect: fixed)
arange: incorrect output byteorder
| Reported by: | stefan | Owned by: | stefan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | numpy.core | Version: | devel |
| Keywords: | Cc: |
Description
Sebastian Haase found the following bug:
>> a = N.arange(.5, dtype=">f")
>>> `a.dtype`
'dtype('float32')'
>>> a = N.arange(.5, dtype="<f")
>>> `a.dtype`
'dtype('float32')'
Change History
Note: See
TracTickets for help on using
tickets.
