diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2013-03-17 16:04:36 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2013-03-18 15:48:58 +0100 |
commit | 5e8b322ea4ac4acf33bb89d7bdc4f3397d047cb4 (patch) | |
tree | 12a3e298f344bf581241502b1c07f8a7ad93d533 /numpy/polynomial/polyutils.py | |
parent | bd7104cef45be9a4250cb67af9225c9606498a51 (diff) | |
download | numpy-5e8b322ea4ac4acf33bb89d7bdc4f3397d047cb4.tar.gz |
BUG: Do not reuse nditer buffers when not filled enough.
This checks if the previous time around, the buffers were filled
with as much data as they would be filled this time around. Since
This is difficult for the initial loop before reusing is activated
because in that case the buffer may be larger then just the
first outer reduce dimension. In that case do not allow reuse
unless the index along that dimension was 0.
When the inner reduce index is not 0, then also the reusing of
the buffer is dangerous.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions