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

Tests: account for numpy 2.0 when testing uint views #278

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

NaderAlAwar
Copy link
Contributor

In NumPy 2.0, assigning negative values to arrays of unsigned integers raises an OverflowError. This PR modifies the test to account for this change in behavior so our tests pass again. In the future we should decide whether we should follow numpy more closely or keep the old behavior.

@NaderAlAwar NaderAlAwar merged commit c9520b2 into kokkos:main Jul 10, 2024
5 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