Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Sep 29, 2024
1 parent e8beb72 commit e3e413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/utilities/nx_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def convert_from_nx(
# FIXME: The legacy algorithms do not support the PLC graph
# hence, the symmetrization cannot be performed at the graph
# creation. Use the deprecated 'symmetrize' function for now.
source_col, dest_col, value_col = symmetrize(
source_col, dest_col = symmetrize(
_gdf,
"src",
"dst",
Expand Down

0 comments on commit e3e413b

Please sign in to comment.