[NumPy-Tickets] [NumPy] #1406: [amax()] bad behaviour with complex arrays
NumPy Trac
numpy-tickets@scipy....
Tue Feb 23 14:12:07 CST 2010
#1406: [amax()] bad behaviour with complex arrays
------------------------------------+---------------------------------------
Reporter: malev | Owner: somebody
Type: defect | Status: needs_decision
Priority: normal | Milestone:
Component: Other | Version: 1.3.0
Keywords: numpy, complex numbers |
------------------------------------+---------------------------------------
Changes (by pv):
* status: new => needs_decision
Comment:
Numpy defines an lexicographical ordering (sort by real part first, then
by imaginary part) for complex numbers, so the behavior of amax is in line
with that.
Changing that at this point requires a heavy reason to do so.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1406#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list