[Numpy-tickets] [NumPy] #914: min is bogus if nan is in the array
NumPy
numpy-tickets@scipy....
Wed Nov 12 22:30:54 CST 2008
#914: min 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:
Use fmin.reduce. This can be used to implement nanmin, or replace the
current behavior of min, but that is another discussion.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/914#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list