Skip to content

Commit 7a2899c

Browse files
Trim unnecessary Matrix call
1 parent e059c21 commit 7a2899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spanningtrees/planar_maximally_filtered_graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
0 1 1 1 0
2323
]
2424

25-
@test correct_am == Matrix(adjacency_matrix(planar_maximally_filtered_graph(k5, k5_am)))
25+
@test correct_am == adjacency_matrix(planar_maximally_filtered_graph(k5, k5_am))
2626

2727
#type test
2828
N = 10

0 commit comments

Comments
 (0)