Fix occasional execution error

This commit is contained in:
2023-10-04 17:32:23 +02:00
parent 0f50b59933
commit a86901e425
4 changed files with 14 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ include("../examples/profiling_utilities.jl")
end
@testset "AB->ABBB after random walk" begin
for i in 1:20
for i in 1:200
graph = parse_dag(joinpath(@__DIR__, "..", "input", "AB->ABBB.txt"), ABCModel())
random_walk!(graph, 100)
@test is_valid(graph)