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] Move DistanceType enum to RAFT #3141

Merged
merged 3 commits into from
Nov 16, 2020

Conversation

wphicks
Copy link
Contributor

@wphicks wphicks commented Nov 13, 2020

Update all references from the DistanceType enum defined in cuML to the equivalent defined in RAFT. This change facilitates future re-use of this enum across Cython and prims code.

@wphicks wphicks requested review from a team as code owners November 13, 2020 23:44
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@wphicks
Copy link
Contributor Author

wphicks commented Nov 13, 2020

Replacement for #2918

@wphicks
Copy link
Contributor Author

wphicks commented Nov 13, 2020

@divyegala Would you mind taking a look at this when you get a chance?

Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

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

Looks simple and straightforward, so approving pending CI

Copy link
Member

@divyegala divyegala left a comment

Choose a reason for hiding this comment

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

LGTM!

@codecov-io
Copy link

codecov-io commented Nov 14, 2020

Codecov Report

Merging #3141 (3edb332) into branch-0.17 (77da916) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.17    #3141   +/-   ##
============================================
  Coverage        70.57%   70.57%           
============================================
  Files              197      197           
  Lines            15461    15461           
============================================
  Hits             10911    10911           
  Misses            4550     4550           
Impacted Files Coverage Δ
python/cuml/metrics/pairwise_distances.pyx 98.83% <ø> (ø)
python/cuml/metrics/trustworthiness.pyx 83.72% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77da916...3edb332. Read the comment docs.

@dantegd dantegd merged commit 33069cf into rapidsai:branch-0.17 Nov 16, 2020
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.

5 participants