Fix deprecations

This commit is contained in:
femtocleaner[bot]
2018-08-08 12:42:18 +00:00
parent c48abef5f8
commit 83686866cc
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = is
backend()
# ensure consistent results
srand(1234)
Random.seed!(1234)
# reference image directory setup
# refdir = joinpath(Pkg.dir("ExamplePlots"), "test", "refimg", string(pkg))
+1 -1
View File
@@ -3,7 +3,7 @@ module PlotsTests
include("imgcomp.jl")
# don't actually show the plots
srand(1234)
Random.seed!(1234)
default(show=false, reuse=true)
img_eps = isinteractive() ? 1e-2 : 10e-2