diff options
author | Eric Firing <efiring@hawaii.edu> | 2013-06-15 21:33:17 -1000 |
---|---|---|
committer | Eric Firing <efiring@hawaii.edu> | 2013-06-15 21:33:17 -1000 |
commit | fb4edf7caaf26ac21488ae0660d51560ec75d073 (patch) | |
tree | 735b232a40f796d1ddd28d5be8d924842674baea /numpy/oldnumeric/arrayfns.py | |
parent | e036deb49b74fc2432066497d7c1d4bb61a74caa (diff) | |
download | numpy-fb4edf7caaf26ac21488ae0660d51560ec75d073.tar.gz |
BUG: field assignment in masked array did not reset mask; closes #2403
The previous behavior when setting a field after indexing to
select an element was suitable for the hard mask case, but
not for the default soft mask. In addition, the _hardmask
value was not being set at all in the mvoid instance. With
this changeset, the _hardmask is passed in and __setitem__
takes it into account.
Diffstat (limited to 'numpy/oldnumeric/arrayfns.py')
0 files changed, 0 insertions, 0 deletions