From a518796736c55da0bde04ee343094db4040df507 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 8 Sep 2017 23:38:43 +0200 Subject: [PATCH] reset runtests accuracy --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 671cfab3..3f471735 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,7 +5,7 @@ include("imgcomp.jl") # don't actually show the plots srand(1234) default(show=false, reuse=true) -img_eps = isinteractive() ? 1e-4 : 12e-2 +img_eps = isinteractive() ? 1e-2 : 10e-2 @testset "GR" begin ENV["GKSwstype"] = "100"