Skip to content

Commit c062fb3

Browse files
pkj-mmatbesancon
andauthored
changed Array to Vector
Co-Authored-By: Mathieu Besançon <[email protected]>
1 parent 02454fd commit c062fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_acyclic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Random
66
Random.seed!(123)
77

88
#= Test data =#
9-
test_graphs = Array{SimpleGraph, 1}(undef, 0)
9+
test_graphs = Vector{SimpleGraph}(undef, 0)
1010
test_graphs_dir = Array{SimpleDiGraph, 1}(undef, 0)
1111

1212
for _ in 1:5

0 commit comments

Comments
 (0)