-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BUG: np.broadcast(1, **{}) raises ValueError: keyword arguments not accepted. #13455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems like a simply enough fix. May want to wait for gh-13445 to avoid the possible merge conflict. |
grep 'kw* != NULL' shows 7 occurrences in the source Edit: but all the others are followed by code that does something. This is the only one that needs fixing |
Hello, I have fixed this issue, but I am not entirely sure where in the test script to add tests for this since I am having a difficulty matching up the C code with the python. Also, since gh-13445 has been merged, I assume this issue is ready to be fixed. |
numpy/numpy/core/src/multiarray/iterators.c
Line 1391 in 4b6b29a
The text was updated successfully, but these errors were encountered: