diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-12-06 00:37:53 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-12-12 23:19:06 +0100 |
commit | ff4758ff8432077c06cb580b97c6080f9b312c5a (patch) | |
tree | a40b77c06a1446f053f405a31bf0bcff91d3d8eb /numpy/lib/nanfunctions.py | |
parent | e00b9587052248486a9bf66c2ce95638c0d9817f (diff) | |
download | numpy-ff4758ff8432077c06cb580b97c6080f9b312c5a.tar.gz |
BUG: handle unmasked NaN in ma.median like normal median
This requires to base masked median on sort(endwith=False) as we need to
distinguish Inf and NaN.
Using Inf as filler element of the sort does not work as then the mask is not
guaranteed to be at the end.
Closes gh-8340
Also fixed 1d ma.median not handling np.inf correctly, the nd variant
was ok.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions