Skip to content
Snippets Groups Projects
run_abc_smc.jl 209 B

using Test

@testset "ABC SMC and automaton-ABC tests" begin
    @test include("automaton_abc/R1.jl")
    #test_distributed_R1 = include("automaton_abc/distributed_R1.jl")
    #@test test_distributed_R1
end