Skip to content

Update divide and pow input dtypes #62

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

Merged
merged 2 commits into from
Jan 6, 2022
Merged

Conversation

honno
Copy link
Member

@honno honno commented Jan 6, 2022

Resolves #60. Fortunately it was just these two that weren't updated.

Found that numpy.array_api doesn't accept int arrays for divide (as well as pow) numpy/numpy#20752

@honno honno merged commit a214e26 into data-apis:master Jan 6, 2022
@honno
Copy link
Member Author

honno commented Jan 7, 2022

Didn't skip the special case and out-of-scope areas for pow, oops. Also divide turns out to be tricky data-apis/array-api#361

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.

Update dtype strategies for elementwise/operators tests
1 participant