[Numpy-discussion] maskedarray bug?
Eric Firing
efiring@hawaii....
Mon Jan 21 21:54:55 CST 2008
Pierre GM wrote:
> On Sunday 20 January 2008 16:32:40 you wrote:
>> Pierre,
>>
>> The attached script shows how one can make a masked array with different
>> dimensions for the mask than for the data. I presume this is a bug. It
>> is triggered by the present code in the matplotlib quiver function.
>
> Yep, bug indeed. Thanks for pointing that out !
> The following patch should take care of the problem. (In short, a getmask
> function was used instead of getmaskarray).
> Note that the patch takes also into account elements I had sent to Stefan 2
> weeks ago, that were not ported yet to the SVN: I still can't commit to the
> numpy/branches/maskedarray.
> Let me know how it works, and thanks again for your time.
Pierre,
Thank you, it works fine.
Eric
More information about the Numpy-discussion
mailing list