From e3e413b12c1d9db017f397de69b12c533b200005 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Sat, 28 Sep 2024 18:32:44 -0700 Subject: [PATCH] fix typo --- python/cugraph/cugraph/utilities/nx_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cugraph/cugraph/utilities/nx_factory.py b/python/cugraph/cugraph/utilities/nx_factory.py index 3544002d896..da6f9d7da81 100644 --- a/python/cugraph/cugraph/utilities/nx_factory.py +++ b/python/cugraph/cugraph/utilities/nx_factory.py @@ -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",