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

Use cuDF's assert_eq #568

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Use cuDF's assert_eq #568

merged 1 commit into from
Aug 3, 2020

Conversation

jakirkham
Copy link
Member

Previously we were using Dask's assert_eq, which caused some issues when testing with cuDF's new nullable support. Here we fix this by relying on cuDF's assert_eq, which is designed to handle cuDF objects that we are passing.

cc @pentschev @quasiben

Previously we were using Dask's `assert_eq`, which caused some issues
when testing with cuDF's new nullable support. Here we fix this by
relying on cuDF's `assert_eq`, which is designed to handle cuDF objects
that we are passing.
@jakirkham jakirkham requested a review from a team as a code owner August 3, 2020 20:53
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @jakirkham .

@jakirkham
Copy link
Member Author

Thanks for helping diagnose 🙂

@jakirkham jakirkham merged commit 7497c88 into rapidsai:branch-0.15 Aug 3, 2020
@jakirkham jakirkham deleted the fix_tst branch August 3, 2020 21:17
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.

3 participants