[Numpy-tickets] [NumPy] #1010: Can't test for None in array
NumPy
numpy-tickets@scipy....
Thu Feb 19 13:13:10 CST 2009
#1010: Can't test for None in array
------------------------+---------------------------------------------------
Reporter: anjiro | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by stefan):
Workaround:
{{{
np.any(np.equal(x, None))
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/1010#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