-
Notifications
You must be signed in to change notification settings - Fork 312
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
Initial version of pylibcugraph
source tree and build script updates
#1787
Initial version of pylibcugraph
source tree and build script updates
#1787
Conversation
… plus connected_components placeholder.
…for new dir names.
… for versioneer.py files in copyright checker.
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1787 +/- ##
=================================================
+ Coverage 59.85% 71.52% +11.67%
=================================================
Files 77 134 +57
Lines 3547 8126 +4579
=================================================
+ Hits 2123 5812 +3689
- Misses 1424 2314 +890
Continue to review full report at Codecov.
|
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
Initial version of
pylibcugraph
source tree and build script updates plus connected_components placeholder.Part of #1782
Tested by running the new tests part of this PR. Also manually tested by building
pylibcugraph
importing it interactively, and confirmingpylibcugraph.weakly_connected_components
raiseNotImplementedError
Note: there is likely still some cleanup to do in the various setup files, since those were copied as-is from cugraph and modified only to work with
pylibcugraph
dir names.