From 72596f4b038b62fc9fddb3fc8b9d35fabd924321 Mon Sep 17 00:00:00 2001 From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr> Date: Sun, 15 May 2022 22:07:19 +0200 Subject: [PATCH] Tests: plots when no X server available --- test/run_simulation.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run_simulation.jl b/test/run_simulation.jl index 6ce755f..0faa30d 100644 --- a/test/run_simulation.jl +++ b/test/run_simulation.jl @@ -1,5 +1,8 @@ using Test +using Plots +ENV["GKSwstype"] = "nul" +default(show = false, reuse = true) import MarkovProcesses: get_module_path str_dir_pics = get_module_path() * "/test/simulation/res_pics" -- GitLab