Skip to content

Changed docs to reflect need for undirected graph in wcc algo#3322

Merged
rapids-bot[bot] merged 4 commits intorapidsai:branch-23.04from
acostadon:issue-3133
Mar 9, 2023
Merged

Changed docs to reflect need for undirected graph in wcc algo#3322
rapids-bot[bot] merged 4 commits intorapidsai:branch-23.04from
acostadon:issue-3133

Conversation

@acostadon
Copy link
Contributor

corrected documentation to properly show that weakly connected components requires an undirected graph
resolves #3133

@acostadon acostadon added doc Documentation non-breaking Non-breaking change labels Mar 8, 2023
@acostadon acostadon added this to the 23.04 milestone Mar 8, 2023
@acostadon acostadon self-assigned this Mar 8, 2023
@acostadon acostadon marked this pull request as ready for review March 8, 2023 18:33
@acostadon acostadon requested a review from a team as a code owner March 8, 2023 18:33
@BradReesWork
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 5e8473f into rapidsai:branch-23.04 Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC]: weakly_connected_components says that input graph can be directed but the code suggests otherwise

2 participants