On Sun, Feb 16, 2014 at 12:13 PM, David Freese <[email protected]> wrote: > Hi everyone, > > I put together a np.nanmedian function to extend np.median to handle nans. > Could someone review this code and give me some feedback on it before I > submit a pull request for it?
It looks good to submit as a pull request but probably will need some changes like the mixed sign thing already mentioned, and I see mean vs. median copypaste remnants in the docstring. _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
