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

Fix Docstring for from_dask_cudf_edgelist #4310

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

nv-rliu
Copy link
Contributor

@nv-rliu nv-rliu commented Apr 2, 2024

Closes #4165

This PR removes this statement from cugraph/structure/graph_classes.py

Undirected Graphs are not currently supported.

@nv-rliu nv-rliu requested a review from a team as a code owner April 2, 2024 16:55
@github-actions github-actions bot added the python label Apr 2, 2024
@nv-rliu nv-rliu added doc Documentation non-breaking Non-breaking change and removed python labels Apr 2, 2024
@nv-rliu nv-rliu added this to the 24.06 milestone Apr 2, 2024
Copy link
Contributor

@acostadon acostadon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@github-actions github-actions bot added the python label Apr 4, 2024
@raydouglass raydouglass merged commit 04ddaf0 into rapidsai:branch-24.06 Apr 9, 2024
40 of 41 checks passed
@nv-rliu nv-rliu deleted the doc-fix branch April 9, 2024 18:11
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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC]: from_dask_cudf_edgelist states that it doesn't support Undirected Graphs
4 participants