diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-03-12 11:16:19 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-03-12 11:16:19 -0600 |
commit | 601c43ff608bd3d0d846670a6b3d82b40c56d6fa (patch) | |
tree | 17e689f86d3b78949084ee58095d1ca4e08f4817 /numpy/array_api/_manipulation_functions.py | |
parent | c5de5b5c2cf048e1556f31dfcfa031c8f624b98e (diff) | |
download | numpy-601c43ff608bd3d0d846670a6b3d82b40c56d6fa.tar.gz |
BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool
There was a regression here due to force casting to bool, but if that
happens to fail (it does, but should not for strings). The mask
would just be dropped.
Of course masked arrays are held together by faith here, but its
a regression.
Closes gh-18551
Diffstat (limited to 'numpy/array_api/_manipulation_functions.py')
0 files changed, 0 insertions, 0 deletions