Skip to content
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 k_core.py to Check for Graph Direction #2507

Merged
merged 3 commits into from
Aug 4, 2022

Conversation

oorliu
Copy link
Contributor

@oorliu oorliu commented Aug 4, 2022

closes #2505

cugraph.k_core() will check if the input graph is directed or undirected. If directed, the method will raise a ValueError, specifying that the input must be an undirected instance.

@oorliu oorliu requested a review from a team as a code owner August 4, 2022 15:55
@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Aug 4, 2022
@rlratzel rlratzel added this to the 22.08 milestone Aug 4, 2022
@rlratzel
Copy link
Contributor

rlratzel commented Aug 4, 2022

@gpucibot merge

1 similar comment
@rlratzel
Copy link
Contributor

rlratzel commented Aug 4, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit e70fc6f into rapidsai:branch-22.08 Aug 4, 2022
@oorliu oorliu deleted the 22.08-update-kcore branch August 5, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] k_core() Raises CUGRAPH_UNKNOWN_ERROR Given a Directed Graph
2 participants