From 2c6892a8b1d822a4fd06f8284e0e1079bc8cfe95 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 30 Jan 2024 21:37:16 -0800 Subject: [PATCH] remove outdated comment --- python/cugraph/cugraph/tests/data_store/test_property_graph.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/cugraph/cugraph/tests/data_store/test_property_graph.py b/python/cugraph/cugraph/tests/data_store/test_property_graph.py index 1a97a9ac949..5a4aa3de373 100644 --- a/python/cugraph/cugraph/tests/data_store/test_property_graph.py +++ b/python/cugraph/cugraph/tests/data_store/test_property_graph.py @@ -1456,9 +1456,6 @@ def test_extract_subgraph_no_edges(dataset1_PropertyGraph, as_pg_first): def test_extract_subgraph_no_query(dataset1_PropertyGraph, as_pg_first): """ Call extract with no args, should result in the entire property graph. - - This test is no longer valid because parallel edges are dropped at - the plc graph creation. """ (pG, data) = dataset1_PropertyGraph