Skip to content
Snippets Groups Projects
run_abc_model_choice.jl 167 B

using Test

@testset "ABC model choice tests" begin
    @test include("abc_model_choice/toy_example.jl")
    @test include("abc_model_choice/toy_example_ma.jl")
end