-
Notifications
You must be signed in to change notification settings - Fork 304
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
[REVIEW] BUG Remove deprecated call to from_gpu_matrix #1198
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I've seen this test error on PR #1156 as well |
rerun tests |
@raydouglass was there a recent change on the CI side that could cause all cugraph python tests to segfault in cudf (+ @kkraus14)? Looking at cugraph merge history and cudf merge history of the last day I don't really see anything suspicious. |
Looks to be CSV related:
I know these APIs were under some churn recently, cc @vuule |
Also, looks like the libcudf and cudf builds that were build were mismatched which is a possible issue. Would suggest adding This should help the conda solver prioritize getting the newest version of libcudf / librmm. |
Quick updates: I added the change to
I did check cuML and they have the same mismatch. However, CI passes there. |
They're likely not using the |
rerun tests |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #1198 +/- ##
============================================
Coverage 57.28% 57.28%
============================================
Files 61 61
Lines 2500 2500
============================================
Hits 1432 1432
Misses 1068 1068 Continue to review full report at Codecov.
|
This PR removes deprecated method
DataFrame.from_gpu_matrix
Fixes: #1191