Ticket #616 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by stefan

  • status changed from new to assigned

Changed 3 years ago by stefan

  • status changed from assigned to closed
  • resolution set to fixed

Closed in r4465.

Note: See TracTickets for help on using tickets.