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

MAINT: Allow for error message to contain np.float32(1.0) #6030

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

seberg
Copy link
Contributor

@seberg seberg commented Aug 19, 2024

This is one more small fixup for NumPy 2. The other error I found in the test PR, should be fixed via a cudf PR.

The error message uses `%r` and prints `np.float32(1.0)` on NumPy 2.
That seems, fine, but need to adjust the error matching.
@seberg seberg requested a review from a team as a code owner August 19, 2024 13:55
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Aug 19, 2024
@seberg seberg added bug Something isn't working non-breaking Non-breaking change and removed Cython / Python Cython or Python issue labels Aug 19, 2024
@dantegd
Copy link
Member

dantegd commented Aug 20, 2024

/merge

@rapids-bot rapids-bot bot merged commit e33dc73 into rapidsai:branch-24.10 Aug 20, 2024
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants