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");