-
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] Move DistanceType enum to RAFT #3141
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Replacement for #2918 |
@divyegala Would you mind taking a look at this when you get a chance? |
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 simple and straightforward, so approving pending CI
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!
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #3141 +/- ##
============================================
Coverage 70.57% 70.57%
============================================
Files 197 197
Lines 15461 15461
============================================
Hits 10911 10911
Misses 4550 4550
Continue to review full report at Codecov.
|
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.