Fix execution with fusion
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user