We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e15613 commit 9fa2d3aCopy full SHA for 9fa2d3a
pydatastructs/graphs/tests/test_adjacency_matrix.py
@@ -49,4 +49,4 @@ def test_AdjacencyMatrix():
49
g.remove_vertex(3)
50
neighbors = g.neighbors(2)
51
assert neighbors == [v_0]
52
- assert g.num_vertices() == 3
+ assert g.num_vertices() == 3
0 commit comments