-
Notifications
You must be signed in to change notification settings - Fork 532
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] Update call to dask client persist #3474
Conversation
Thanks Dante! 😄 Looks like the linter wants the license header of this file updated to include the current year |
one day I will not forget that in a PR... |
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.
Looks good - just a question about min version
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.
LGTM! Tested this on dask/distributed going back to 2020.12.0
@gpucibot merge |
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.
LGTM
cpp/test/prims/sparse/distance.cu
Outdated
@@ -129,9 +129,15 @@ class SparseDistanceTest | |||
} | |||
|
|||
void compare() { | |||
// skip Hellinger test due to sporadic CI issue | |||
// https://github.com/rapidsai/cuml/issues/3477 | |||
if(params.metric == raft::distance::DistanceType::HellingerExpanded){ |
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.
Definitely a nicer solution than just commenting out the parameters.
Fixes the current CI issue dask/distributed#4492