diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-06-02 18:39:42 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-06-02 18:39:42 -0500 |
commit | 72a4e301d7b8b8da16a035f9a720308e9a4f2d60 (patch) | |
tree | e1c91929318300c928ccb2e40992e28ee57d1a2e /numpy/array_api/_array_object.py | |
parent | cbde47818a821ef951ca73e851579ca75d23a82b (diff) | |
download | numpy-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