[NumPy-Tickets] [NumPy] #1493: Masked array equality with None is buggy
NumPy Trac
numpy-tickets@scipy....
Thu Oct 14 08:15:55 CDT 2010
#1493: Masked array equality with None is buggy
-----------------------+----------------------------------------------------
Reporter: dhuard | Owner: pierregm
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: numpy.ma | Version: devel
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by rgommers):
* status: new => closed
* resolution: => fixed
Comment:
{{{
>>> a = np.ma.array([3,4,5], mask=[1,1,1])
>>> a == None
False
}}}
Looks fixed to me.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1493#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list