From c5ae99374a9646dd5661f73e79283b4db3f68911 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 25 Jul 2021 17:54:52 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index f29e1153..08d5a763 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -70,7 +70,7 @@ include("imgcomp.jl") Random.seed!(PLOTS_SEED) default(show=false, reuse=true) is_ci() = get(ENV, "CI", "false") == "true" -const PLOTS_IMG_TOL = parse(Float64, get(ENV, "PLOTS_IMG_TOL", is_ci() ? "1e-4" : "1e-5")) +const PLOTS_IMG_TOL = parse(Float64, get(ENV, "PLOTS_IMG_TOL", is_ci() ? "1e-3" : "1e-5")) ## Uncomment the following lines to update reference images for different backends