Fix execution with fusion

This commit is contained in:
Anton Reinhard
2023-09-26 16:52:50 +02:00
parent cc05cae1cd
commit 95f92f080c
11 changed files with 129 additions and 73 deletions

View File

@ -42,9 +42,9 @@ include("../examples/profiling_utilities.jl")
end
@testset "AB->AB after random walk" begin
for _ in 1:50
for i in 1:100
graph = parse_abc(joinpath(@__DIR__, "..", "input", "AB->AB.txt"))
random_walk!(graph, 40)
random_walk!(graph, 50)
@test isapprox(
execute(graph, particles),