> 2009/7/8 Pierre GM <[email protected]>: > > On Jul 8, 2009, at 3:18 AM, Scott Sinclair wrote: > >>> 2009/7/8 Robert Kern <[email protected]>: >>> 2009/7/4 Stéfan van der Walt <[email protected]>: >>>> Thanks, Scott. This should now be fixed in SVN. >>> >>> You should probably change that to asanyarray() before the masked >>> array crowd gets upset. :-) >> >> I hadn't thought about that, but I'm don't think it matters in this >> case. MaskedArray.nonzero() returns a tuple of ndarrays... > > Taking np.asarray instead of np.asanyarray loses the mask, and you end > up with the wrong result.
Ouch. Obviously. Note to self - conduct extensive tests for unseasonal temperatures in hell before raising a KernError. Thanks for fixing Stéfan. Cheers, Scott _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
