[Numpy-tickets] [NumPy] #546: Array of non-native numbers don't work correctly
NumPy
numpy-tickets@scipy....
Mon Jul 2 21:10:11 CDT 2007
#546: Array of non-native numbers don't work correctly
------------------------+---------------------------------------------------
Reporter: usovalx | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: none
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Old description:
> Consider the following example:
>
> a = arange(3, dtype='>f')
> print(a[a.argmax()] == a.max())
>
> For the machines I have tested (FC6 32- and 64-bit, numpy-1.0.3) this
> gives False.
New description:
Consider the following example:
{{{
a = arange(3, dtype='>f')
print a[a.argmax()] == a.max()
}}}
For the machines I have tested (FC6 32- and 64-bit, numpy-1.0.3) this
gives False.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/546#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list