Skip to content

Commit

Permalink
Fix Docstring for from_dask_cudf_edgelist (#4310)
Browse files Browse the repository at this point in the history
Closes #4165

This PR removes this statement from `cugraph/structure/graph_classes.py`
> Undirected Graphs are not currently supported.
  • Loading branch information
nv-rliu authored Apr 9, 2024
1 parent 310c9dd commit 04ddaf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cugraph/cugraph/structure/graph_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ def from_dask_cudf_edgelist(
):
"""
Initializes the distributed graph from the dask_cudf.DataFrame
edgelist. Undirected Graphs are not currently supported.
By default, renumbering is enabled to map the source and destination
edgelist. By default, renumbering is enabled to map the source and destination
vertices into an index in the range [0, V) where V is the number
of vertices. If the input vertices are a single column of integers
in the range [0, V), renumbering can be disabled and the original
Expand Down

0 comments on commit 04ddaf0

Please sign in to comment.