Skip to content
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

Inconsistent Indexing with np.uintp #278

Closed
philipc2 opened this issue Apr 18, 2023 · 0 comments · Fixed by #283
Closed

Inconsistent Indexing with np.uintp #278

philipc2 opened this issue Apr 18, 2023 · 0 comments · Fixed by #283
Assignees
Labels
bug Something isn't working
Milestone

Comments

@philipc2
Copy link
Member

numpy/numpy#23607

Integer indexing in numpy is written around np.intp, not np.uintp. Using np.uintp leads to inconsistent indexing, with the most notable one being that INT_FILL_VALUE in an array is treated as -1 when indexing.

@philipc2 philipc2 added the bug Something isn't working label Apr 18, 2023
@philipc2 philipc2 self-assigned this Apr 18, 2023
@philipc2 philipc2 linked a pull request Apr 18, 2023 that will close this issue
@philipc2 philipc2 added this to the Core milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant