diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2015-03-24 10:09:45 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2015-03-26 10:10:43 +0100 |
commit | e6807bed9d74d8962c7c0b20054edaf33169b1ae (patch) | |
tree | 19dd3a8d47308a35c410feab1c548ab8baecda87 /numpy/add_newdocs.py | |
parent | e3101647ef7c262fa6b4ddc8fdf79453f8a1e05c (diff) | |
download | numpy-e6807bed9d74d8962c7c0b20054edaf33169b1ae.tar.gz |
BUG: Fix advanced object non-array value assignment
If the value array in an advanced indexing assignment was a non-array
and the array being assigned to is an object array, a temporary
array is created to make the object assignment work well like
slicing in general.
However, this array was created with the swapping of the mapiter
object. So we have to swap it back as if it was an array being
subscripted with MapIterSwapAxes.
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions