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

Fix issue with repeat() #66

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Fix issue with repeat() #66

merged 1 commit into from
Oct 15, 2024

Conversation

asmeurer
Copy link
Member

NumPy does not allow repeats to be uint64 because it refuses to downcast it. Technically it worked before because we implement array and repeat does manually cast in that case. I'm not really sure we should be supporting array actually.

NumPy does not allow repeats to be uint64 because it refuses to downcast it.
Technically it worked before because we implement __array__ and repeat does
manually cast in that case. I'm not really sure we should be supporting
__array__ actually.
@asmeurer asmeurer merged commit 019d935 into data-apis:main Oct 15, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant