From 1069aafcf461159a47fa86e0f57a3b7c51c397e0 Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Fri, 20 Dec 2024 12:53:58 +0000 Subject: [PATCH] catch test commenting --- pipeline/test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/test/runtests.jl b/pipeline/test/runtests.jl index 310409f88..f16535158 100644 --- a/pipeline/test/runtests.jl +++ b/pipeline/test/runtests.jl @@ -7,6 +7,6 @@ include("constructors/test_constructors.jl"); include("simulate/test_simulate.jl"); include("infer/test_infer.jl"); include("forecast/test_forecast.jl"); -# include("scoring/test_score_parameters.jl"); -# include("plotting/plotting_tests.jl"); +include("scoring/test_score_parameters.jl"); +include("plotting/plotting_tests.jl"); include("pipeline/test_pipeline.jl");