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

Fix string-array error in test_series_are_serieslike #377

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

rjzamora
Copy link
Contributor

Short-term test fix needed for rapids 24.04 support.

Background: Cudf-24.04 does not allow cudf.Series([]).values, because the empty Series is interpreted as a string column (string columns do not support the values method). In the long term.

@rjzamora rjzamora added the bug Something isn't working label Jul 19, 2024
@rjzamora rjzamora self-assigned this Jul 19, 2024
Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-377

@jperez999 jperez999 merged commit 179a7ca into NVIDIA-Merlin:main Jul 25, 2024
19 checks passed
@rjzamora rjzamora deleted the fix-test_protocols branch July 25, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants