Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Use cuDF's assert_eq#568

Merged
jakirkham merged 1 commit intorapidsai:branch-0.15from
jakirkham:fix_tst
Aug 3, 2020
Merged

Use cuDF's assert_eq#568
jakirkham merged 1 commit intorapidsai:branch-0.15from
jakirkham:fix_tst

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants