remove StatPlots from tests
This commit is contained in:
parent
345bb5d1aa
commit
2467eb71c1
@ -2,7 +2,7 @@
|
||||
using VisualRegressionTests
|
||||
# using ExamplePlots
|
||||
|
||||
import DataFrames, RDatasets
|
||||
# import DataFrames, RDatasets
|
||||
|
||||
# don't let pyplot use a gui... it'll crash
|
||||
# note: Agg will set gui -> :none in PyPlot
|
||||
@ -14,7 +14,7 @@ import DataFrames, RDatasets
|
||||
|
||||
|
||||
using Plots
|
||||
using StatPlots
|
||||
# using StatPlots
|
||||
using Test
|
||||
|
||||
default(size=(500,300))
|
||||
|
||||
@ -13,7 +13,7 @@ img_eps = isinteractive() ? 1e-2 : 10e-2
|
||||
@test gr() == Plots.GRBackend()
|
||||
@test backend() == Plots.GRBackend()
|
||||
|
||||
image_comparison_facts(:gr, eps=img_eps)
|
||||
image_comparison_facts(:gr, eps=img_eps, skip = [25, 30])
|
||||
end
|
||||
|
||||
|
||||
|
||||
@ -6,11 +6,11 @@ Pkg.build("ImageMagick")
|
||||
# Pkg.clone("GR")
|
||||
# Pkg.build("GR")
|
||||
|
||||
Pkg.add("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
|
||||
Pkg.checkout("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
|
||||
|
||||
# Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git")
|
||||
|
||||
Pkg.add("StatPlots")
|
||||
# Pkg.add("StatPlots")
|
||||
Pkg.checkout("PlotUtils")
|
||||
Pkg.checkout("RecipesBase")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user