reset runtests accuracy

This commit is contained in:
Daniel Schwabeneder 2017-09-08 23:38:43 +02:00
parent 13111b3779
commit a518796736

View File

@ -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"