Skip to content

Skip asserting to undefined default dtypes in test_sum #163

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 11, 2023

Conversation

honno
Copy link
Member

@honno honno commented Jan 11, 2023

Resolves #160, and introduces a sanity check for both test_sum and test_prod (as we currently need an integer output for values testing).

@honno honno force-pushed the skip-undefined-dtype-assert branch from fedd418 to a7ca3f5 Compare January 11, 2023 18:26
@asmeurer asmeurer merged commit 926f3a5 into data-apis:master Jan 11, 2023
@honno honno deleted the skip-undefined-dtype-assert branch February 28, 2024 13:21
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.

pytorch test_sum fails with out.dtype=int64, but should be uint64 [sum(uint8)]
2 participants