[Numpy-tickets] [NumPy] #616: arange: incorrect output byteorder
NumPy
numpy-tickets@scipy....
Sat Nov 17 17:55:26 CST 2007
#616: arange: incorrect output byteorder
------------------------+---------------------------------------------------
Reporter: stefan | Owner: stefan
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.core | Version: devel
Severity: normal | Keywords:
------------------------+---------------------------------------------------
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')'
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/616>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list