diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-07-28 21:00:15 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-07-28 21:00:15 +0000 |
commit | 67668c8c5764b8fadbd7eed68f978846fe93310e (patch) | |
tree | 9869f1a14241a1f8ea78d998d56dfc04f7f3f814 /numpy/core/numeric.py | |
parent | 5150c8848de84ef769a734acf7e27f660dc95219 (diff) | |
download | numpy-67668c8c5764b8fadbd7eed68f978846fe93310e.tar.gz |
BUG: support assignment x[(0,)] = foo in ndarray subtypes (#1563)
The problem was a code path trying to assign x[0], which returns a
scalar -- for actual ndarrays a internal function always returning
arrays was used.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions