Skip to content

Commit 3fcefbf

Browse files
committed
Update test_strongly_connected.py
1 parent 475beb8 commit 3fcefbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/digraph/test_strongly_connected.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def test_condensation_with_sccs_argument(self):
158158
sccs = rustworkx.strongly_connected_components(self.graph)
159159
# Call condensation with explicit sccs argument
160160
condensed_graph = rustworkx.condensation(self.graph, sccs=sccs)
161-
node_map = condensed_graph.attrs["node_map"]
162161

163162
# Check the number of nodes (should match SCC count)
164163
self.assertEqual(len(condensed_graph.node_indices()), len(sccs))

0 commit comments

Comments
 (0)