On Tue, Sep 3, 2013 at 2:47 PM, Robert Kern <[email protected]> wrote: >> Here's one way of doing it: https://gist.github.com/stefanv/6413742 > > You can probably reduce the amount of work by only comparing a.min() and > a.max() instead of the whole array.
Thanks, fixed. Stéfan _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
