[NumPy-Tickets] [NumPy] #1375: min() and max() accept and return dictionaries
NumPy Trac
numpy-tickets@scipy....
Thu Feb 4 09:19:05 CST 2010
#1375: min() and max() accept and return dictionaries
-------------------------+--------------------------------------------------
Reporter: gabriel | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.core | Version: 1.3.0
Resolution: invalid | Keywords: min max
-------------------------+--------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => invalid
Comment:
NumPy creates an object array in this case and then ultimately calls
Python's max or min. So, this is expected behavior.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1375#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list