From a911a325fc24f12d96f87d040ae9cedf26957fac Mon Sep 17 00:00:00 2001 From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr> Date: Fri, 27 Nov 2020 18:25:29 +0100 Subject: [PATCH] forgot change of run_unit --- tests/run_unit.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run_unit.jl b/tests/run_unit.jl index e67bfff..46dc9d9 100644 --- a/tests/run_unit.jl +++ b/tests/run_unit.jl @@ -11,8 +11,10 @@ using Test @test include("unit/create_automata.jl") @test include("unit/create_models.jl") + @test include("unit/density_pm.jl") @test include("unit/dist_lp.jl") @test include("unit/dist_lp_var.jl") + @test include("unit/draw_pm.jl") @test include("unit/getindex_access_trajectory.jl") @test include("unit/is_always_bounded_sir.jl") -- GitLab