diff options
author | Jonathan Helmus <jjhelmus@gmail.com> | 2015-10-20 21:09:08 -0500 |
---|---|---|
committer | Jonathan Helmus <jjhelmus@gmail.com> | 2015-10-20 21:09:08 -0500 |
commit | 8da9c711446a5f2dc5b7ec400358ccdd208055fc (patch) | |
tree | 3696801fe41a2aa66df8310eaa3fcdf66e0dfed1 /numpy/core/numeric.py | |
parent | 4750c2810c5e0943cbea8e2acc0337c4e66a9bb2 (diff) | |
download | numpy-8da9c711446a5f2dc5b7ec400358ccdd208055fc.tar.gz |
BUG: ma.masked_values does not shrink mask if requested
When called with the shrink parameter set to False, np.ma.masked_values
will create a False filled array mask and not shrink the mask.
Previously the mask would be shrunk to a single False scalar.
closes #2674
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions