-
Notifications
You must be signed in to change notification settings - Fork 546
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
Fix HDBSCAN python namespace #4895
Fix HDBSCAN python namespace #4895
Conversation
Hey @vyasr, quick question here- I'm trying to embed the
Here's the offending line: https://github.com/rapidsai/cuml/pull/4895/files#diff-dc75864989b6c5d0c5ab6c45578b8e678d325a9532758d60afc5651edfc87e45R18. Do you have any ideas on what I'm doing wrong? |
It's this scikit-build issue that prevents us from having nested directories. You'll need to create another CMakeLists.txt in the subdirectory and add it here. |
Codecov ReportBase: 78.02% // Head: 79.65% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #4895 +/- ##
================================================
+ Coverage 78.02% 79.65% +1.62%
================================================
Files 180 181 +1
Lines 11385 11489 +104
================================================
+ Hits 8883 9151 +268
+ Misses 2502 2338 -164
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I think this will address the namespace issue mentioned in #4724 but won't fully close the issue, as the issue is also for |
@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.
Approving ops-codeowner
file changes
Addresses rapidsai#4724. Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#4895
Addresses #4724.