diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2013-12-02 13:47:46 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2013-12-02 13:47:46 +0100 |
commit | 50fad03b2ab81d9518e95138f2425ecd82740be3 (patch) | |
tree | 2551981455c0cb8ae7abb0179cdd55802bc61625 /numpy/lib/arraypad.py | |
parent | f4749b7b2514db9f12978438a2131df981dc14d6 (diff) | |
download | numpy-50fad03b2ab81d9518e95138f2425ecd82740be3.tar.gz |
BUG: Fix np.insert with negative axis.
In some cases a negative axis argument to np.insert would result
in wrong behaviour due to np.rollaxis, add modulo operation to
avoid this (an error is still raised due to arr.shape[axis]).
Closes gh-3494
Diffstat (limited to 'numpy/lib/arraypad.py')
0 files changed, 0 insertions, 0 deletions