Skip to content

Commit

Permalink
BUG: einsum: Fix issue numpy#2027, inner loop 3rd data pointer was no…
Browse files Browse the repository at this point in the history
…t being incremented
  • Loading branch information
mwiebe committed Jan 22, 2012
1 parent aea993c commit 7d909e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/core/src/multiarray/einsum.c.src
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ static void
/**end repeat2**/
data0 += 8;
data1 += 8;
data2 += 8;
data_out += 8;
}

Expand Down

0 comments on commit 7d909e3

Please sign in to comment.