-
Notifications
You must be signed in to change notification settings - Fork 310
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
Update Graph
to store a Pylibcugraph Graph (SG/MG Graph)
#2394
Update Graph
to store a Pylibcugraph Graph (SG/MG Graph)
#2394
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2394 +/- ##
================================================
+ Coverage 60.11% 60.62% +0.50%
================================================
Files 102 102
Lines 5155 5234 +79
================================================
+ Hits 3099 3173 +74
- Misses 2056 2061 +5
Continue to review full report at Codecov.
|
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 good, I just had some minor comments and questions.
python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/structure/graph_implementation/simpleGraph.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/dask/sampling/uniform_neighbor_sample.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py
Outdated
Show resolved
Hide resolved
@gpucibot merge |
Closes #2373