Skip to content

Commit fe494d5

Browse files
pkj-mmatbesancon
andauthored
changed array to vector
Co-Authored-By: Mathieu Besançon <[email protected]>
1 parent c062fb3 commit fe494d5

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
@@ -7,7 +7,7 @@ Random.seed!(123)
77

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

1212
for _ in 1:5
1313
nv = rand(5:20)

0 commit comments

Comments
 (0)