diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2014-03-07 23:05:47 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2014-03-12 10:34:02 +0100 |
commit | 5a3b0abf6da4a7357e24a8243bee14b3cc7a242f (patch) | |
tree | 0ce937843dc23515a84476a9842548e91ce71bf5 /numpy/core/function_base.py | |
parent | 4da29a8e7393356094b0eb3289b14360beac9d89 (diff) | |
download | numpy-5a3b0abf6da4a7357e24a8243bee14b3cc7a242f.tar.gz |
BUG: Delay npyiter size check when size may change
When a multi index is tracked and RemoveAxis can be called, the
size of the iterator may still change. This was causing failures
for example for the SVD, because the gufunc machinery requires
a temporarily larger iterator for output allocation.
Thanks to Jaime (jaime.frio@gmail.com) for noting that this is
plausible since the size check can be delayed pretty ok up
until GetIterNext (or similar functions).
Closes gh-4442
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions