Skip to content

Commit

Permalink
Update numpy/core/src/umath/matmul.c.src
Browse files Browse the repository at this point in the history
Co-Authored-By: Eric Wieser <[email protected]>
  • Loading branch information
fruchart and eric-wieser authored May 13, 2019
1 parent 28ba5e9 commit 59378ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/src/umath/matmul.c.src
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ OBJECT_matmul_inner_noblas(void *_ip1, npy_intp is1_m, npy_intp is1_n,
obj1 = Py_None;
}
if (obj2 == NULL) {
ip2 = Py_None;
obj2 = Py_None;
}

product = PyNumber_Multiply(obj1, obj2);
Expand Down

0 comments on commit 59378ca

Please sign in to comment.