[Numpy-tickets] [NumPy] #913: max is bogus if nan is in the array
NumPy
numpy-tickets@scipy....
Wed Nov 12 22:29:17 CST 2008
#913: max is bogus if nan is in the array
--------------------+-------------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: major | Resolution: fixed
Keywords: |
--------------------+-------------------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
* milestone: 1.2.2 => 1.3.0
Comment:
This can now be done using fmax.reduce. Whether or not to use it for
max/min, amax/amin, or nanmin/nanmax is another question.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/913#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list