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

[REVIEW] Update call to dask client persist #3474

Merged
merged 5 commits into from
Feb 9, 2021

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Feb 8, 2021

Fixes the current CI issue dask/distributed#4492

@dantegd dantegd requested a review from a team as a code owner February 8, 2021 23:06
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Feb 8, 2021
@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change labels Feb 8, 2021
@jakirkham
Copy link
Member

Thanks Dante! 😄

Looks like the linter wants the license header of this file updated to include the current year

@dantegd
Copy link
Member Author

dantegd commented Feb 8, 2021

one day I will not forget that in a PR...

Copy link
Contributor

@JohnZed JohnZed left a 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

Copy link
Contributor

@wphicks wphicks left a 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

@JohnZed
Copy link
Contributor

JohnZed commented Feb 9, 2021

@gpucibot merge

@dantegd dantegd requested a review from a team as a code owner February 9, 2021 16:27
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -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){
Copy link
Member

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.

@rapids-bot rapids-bot bot merged commit ec462e7 into rapidsai:branch-0.18 Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue libcuml non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants