-
Notifications
You must be signed in to change notification settings - Fork 89
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
np.sum fails with awkward arrays in v2 #1612
Comments
It's because we have At some point soon, we'll have to split the git branches into a |
I don't know how to classify this: it's not a bug, but it's not any of the other labels, either. It's not a policy because we will be switching the NEP-18 coverage over from v1 to v2, we just haven't done it yet. |
I do think we might need a few more issue labels that we have currently. I find myself sometimes reaching for one and not finding it. Some projects have a 'intended behaviour' label? |
Fixed by #1721 |
Version of Awkward Array
1.9.0rc10
Description and code to reproduce
Performing a sum over an awkward array by calling
np.sum
fails with theawkward
v2 API. It works in v1. A similar function (at least I expected it would behave similarly),np.mean
, works fine with v2 as well. I am usingnumpy
version 1.23.2.output:
The text was updated successfully, but these errors were encountered: