-
Notifications
You must be signed in to change notification settings - Fork 302
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
Undirected graph support for MG graphs #2247
Undirected graph support for MG graphs #2247
Conversation
…graph_support_for_mg_graphs
python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2247 +/- ##
================================================
- Coverage 70.82% 69.83% -0.99%
================================================
Files 170 173 +3
Lines 11036 11435 +399
================================================
+ Hits 7816 7986 +170
- Misses 3220 3449 +229
Continue to review full report at Codecov.
|
… and symmetrize_ddf
…o undirected_graph_support_for_mg_graphs update docstring and code to only support int32 for now by Dylan
Removing |
@gpucibot merge |
This PR allows our MG implementation to support undirected graph by symmetrizing the dataframe. This will be consistent with the SG implementation.
It also
cudf
callappend
byconcat
int32
vertices and labels by Dylancloses #2240
closes #2174
closes #2264 by raising a
ValueError
and updating the docstring