We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import dpnp x = dpnp.ones(0) >>> x.sum() terminate called after throwing an instance of 'oneapi::mkl::invalid_argument' what(): oneapi::mkl::stats::dataset: invalid argument: number of observations <= 0 Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Fix gh-1352 dpnp.sum() for empty array crashes.
25e0f19
Merge branch 'master' into fix-gh-1352
17f9977
Merge pull request #1369 from IntelPython/fix-gh-1352
d65a635
f5b1b40
npolina4
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: