remove debug
This commit is contained in:
parent
d5f3a3ef69
commit
379a320d2d
@ -3,9 +3,7 @@ ImageMagick
|
|||||||
Images
|
Images
|
||||||
LaTeXStrings
|
LaTeXStrings
|
||||||
RDatasets
|
RDatasets
|
||||||
Random
|
|
||||||
StatsPlots
|
StatsPlots
|
||||||
Test
|
|
||||||
UnicodePlots
|
UnicodePlots
|
||||||
VisualRegressionTests
|
VisualRegressionTests
|
||||||
BinaryProvider
|
BinaryProvider
|
||||||
|
|||||||
@ -75,7 +75,6 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = is
|
|||||||
expr = Expr(:block)
|
expr = Expr(:block)
|
||||||
append!(expr.args, example.exprs)
|
append!(expr.args, example.exprs)
|
||||||
eval(expr)
|
eval(expr)
|
||||||
png(joinpath(@__DIR__, "testimgs", "test$idx.png"))
|
|
||||||
png(fn)
|
png(fn)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user