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

Add a CuPy xfail #285

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Add a CuPy xfail #285

merged 1 commit into from
Mar 21, 2025

Conversation

ev-br
Copy link
Member

@ev-br ev-br commented Mar 21, 2025

CuPy 13.x follows NumPy 1.x without "weak scalars". In NumPy result_type(int32, uint8, 1) != result_type(int32, uint8) has been fixed in 2.x (or 1.x with set_promotion_state("weak"), so hopefully CuPy 14.x follows the suite, when released.

Until then, just xfail the test.

CuPy 13.x follows NumPy 1.x without "weak scalars". In NumPy `result_type(int32, uint8, 1) != result_type(int32, uint8)` has been fixed in 2.x (or 1.x with set_promotion_state("weak"), so hopefully CuPy 14.x follows the suite, when released.

Until then, just xfail the test.
@ev-br ev-br added this to the 1.12 milestone Mar 21, 2025
@ev-br ev-br merged commit 0cebd55 into main Mar 21, 2025
70 of 77 checks passed
@ev-br ev-br deleted the ev-br-patch-1 branch March 21, 2025 14:54
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