[Numpy-discussion] unwrap for masked arrays?

Benjamin Root ben.root at ou.edu
Fri Jun 17 12:56:59 EDT 2011


It does not appear that unwrap works properly for masked arrays.  First, it
uses np.asarray() at the start of the function.  However, that alone would
not fix the problem given the nature of how unwrap works (performing diff
operations).  I tried a slightly modified version of unwrap, but I could not
get it to always work properly.  Anybody know of an alternative or a
work-around?

Thanks,
Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110617/9fb71771/attachment.html>


More information about the NumPy-Discussion mailing list