[Numpy-svn] [numpy/numpy] 4362bd: BUG: nditer: Error in detecting double reduction l...

noreply at github.com noreply at github.com
Tue Jun 28 23:45:15 EDT 2011


  Branch: refs/heads/maintenance/1.6.x
  Home:   https://github.com/numpy/numpy

  Commit: 4362bdb01c3e94cd9419e5a042927373ffa26ac3
      https://github.com/numpy/numpy/commit/4362bdb01c3e94cd9419e5a042927373ffa26ac3
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2011-06-28 (Tue, 28 Jun 2011)

  Changed paths:
    M numpy/core/src/multiarray/nditer.c.src
  M numpy/core/tests/test_einsum.py
  M numpy/core/tests/test_iterator.py

  Log Message:
  -----------
  BUG: nditer: Error in detecting double reduction loop (Fixes #1885)

This bug was in the double reduction loop optimization used during
buffering, and was triggered by the bug report example because it
reduced everything to a single value.





More information about the Numpy-svn mailing list