[Numpy-discussion] numpy.ma question

Charles Doutriaux doutriaux1 at llnl.gov
Wed Apr 30 15:25:43 EDT 2008


that's exactly my understanding thanks for confirming

C.

Pierre GM wrote:
> 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.
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
>   




More information about the NumPy-Discussion mailing list