Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The __getitem__ is missing a None in the tuple:
__getitem__
None
tuple
numpy/numpy/array_api/_array_object.py
Lines 542 to 548 in 4811db7
Probably should look like: https://github.com/data-apis/array-api/blob/e2b373dd497a1e49b43529e66d1196e504c673cd/src/array_api_stubs/_draft/array_object.py#L502-L506
References: https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.__getitem__.html https://data-apis.org/array-api/latest/API_specification/indexing.html
Seen in main.
The text was updated successfully, but these errors were encountered:
is this issue still open @Illviljan
Sorry, something went wrong.
numpy.array_api
TYP: add None to __getitem__ in numpy.array_api (#25022)
3c853e1
Closes gh-24982
TYP: add None to __getitem__ in numpy.array_api (numpy#25022)
f32b223
Closes numpygh-24982
699c7f0
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
The
__getitem__
is missing aNone
in thetuple
:numpy/numpy/array_api/_array_object.py
Lines 542 to 548 in 4811db7
Probably should look like:
https://github.com/data-apis/array-api/blob/e2b373dd497a1e49b43529e66d1196e504c673cd/src/array_api_stubs/_draft/array_object.py#L502-L506
References:
https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.__getitem__.html
https://data-apis.org/array-api/latest/API_specification/indexing.html
Runtime information:
Seen in main.
The text was updated successfully, but these errors were encountered: