This commit is contained in:
2023-10-04 11:05:49 +02:00
parent f9e60a7b5e
commit cbfed20b82
13 changed files with 801 additions and 494 deletions

View File

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