From be5c3fb55c3c23604ab296dd6265bf2723e3b4ab Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 17 Nov 2015 16:20:24 -0500 Subject: [PATCH] img_eps --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 47db71fb..35c6c00f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -30,7 +30,7 @@ default(show=false) # gadfly() # backend() -img_eps = 1e-2 +img_eps = 2e-2 facts("Gadfly") do @fact gadfly() --> Plots.GadflyPackage()