From ad4d7214e4116aa5cf0729fbbb8b07bb891e1510 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 29 Feb 2020 21:00:51 +0100 Subject: [PATCH] increase test accuracy --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 7539f496..1c8e2932 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -42,7 +42,7 @@ include("imgcomp.jl") Random.seed!(1234) default(show=false, reuse=true) is_ci() = get(ENV, "CI", "false") == "true" -img_tol = is_ci() ? 10e-2 : 10e-2 +img_tol = is_ci() ? 1e-2 : 1e-3 @testset "Backends" begin