summaryrefslogtreecommitdiff
path: root/numpy/array_api/_array_object.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-06-02 18:39:42 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2020-06-02 18:39:42 -0500
commit72a4e301d7b8b8da16a035f9a720308e9a4f2d60 (patch)
treee1c91929318300c928ccb2e40992e28ee57d1a2e /numpy/array_api/_array_object.py
parentcbde47818a821ef951ca73e851579ca75d23a82b (diff)
downloadnumpy-72a4e301d7b8b8da16a035f9a720308e9a4f2d60.tar.gz
BUG: Fix result when a gufunc output broadcasts the inputs.
In this case no error was given, but additional dimensions in the output simply ignored. Thus the returned array was only partially set. Now it will be fully set, with the calculation being repeated as often as necessary (typical broadcasting logic). This is consistent with how normal ufuncs work. Closes gh-16484
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions