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 e059c21 commit 7a2899cCopy full SHA for 7a2899c
test/spanningtrees/planar_maximally_filtered_graph.jl
@@ -22,7 +22,7 @@
22
0 1 1 1 0
23
]
24
25
- @test correct_am == Matrix(adjacency_matrix(planar_maximally_filtered_graph(k5, k5_am)))
+ @test correct_am == adjacency_matrix(planar_maximally_filtered_graph(k5, k5_am))
26
27
#type test
28
N = 10
0 commit comments