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@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
>   

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to