Skip to content

Commit

Permalink
Notebook algorithm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Liu committed Jul 25, 2023
1 parent 288b840 commit 53ddb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/algorithms/structure/Renumber-2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"source": [
"# Import a built-in dataset\n",
"from cugraph.datasets import cyber\n",
"gdf = cyber.get_edgelist(fetch=True)"
"gdf = cyber.get_edgelist(download=True)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/algorithms/structure/Symmetrize.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"from cugraph.datasets import karate\n",
"\n",
"# This is the symmetrized dataset\n",
"test_gdf = karate.get_edgelist(fetch=True)"
"test_gdf = karate.get_edgelist(download=True)"
]
},
{
Expand Down

0 comments on commit 53ddb16

Please sign in to comment.