Skip to content

Commit

Permalink
returns a copy of a cudf edge list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Liu committed Aug 10, 2023
1 parent c55151c commit 76919b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/datasets/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_edgelist(self, download=False):
header=header,
)

return self._edgelist
return self._edgelist.copy()

def get_graph(
self,
Expand Down

0 comments on commit 76919b1

Please sign in to comment.