[Numpy-discussion] numpy.ma question

Pierre GM pgmdevlist at gmail.com
Wed Apr 30 14:43:07 EDT 2008


Charles,

> but not:
> import numpy.ma as MA
> a0= MA.array(0)/0
> a1= MA.array((0,0))/0
>
> Is that a bug ?

That a0 is MA.masked is not a bug. That a1 should be a (2,) array masked 
everywhere should work, but does not: that's the bug. Thanks for reporting.




More information about the NumPy-Discussion mailing list