change skipped images because of new example
This commit is contained in:
parent
dc01cc5c8e
commit
d4ef1761e4
@ -23,7 +23,7 @@ facts("PyPlot") do
|
|||||||
@fact pyplot() --> Plots.PyPlotBackend()
|
@fact pyplot() --> Plots.PyPlotBackend()
|
||||||
@fact backend() --> Plots.PyPlotBackend()
|
@fact backend() --> Plots.PyPlotBackend()
|
||||||
|
|
||||||
image_comparison_facts(:pyplot, skip=[6,25,30], eps=img_eps)
|
image_comparison_facts(:pyplot, skip=[6,26,31], eps=img_eps)
|
||||||
end
|
end
|
||||||
|
|
||||||
facts("GR") do
|
facts("GR") do
|
||||||
@ -31,7 +31,7 @@ facts("GR") do
|
|||||||
@fact backend() --> Plots.GRBackend()
|
@fact backend() --> Plots.GRBackend()
|
||||||
|
|
||||||
if is_linux() && isinteractive()
|
if is_linux() && isinteractive()
|
||||||
image_comparison_facts(:gr, skip=[2,25,30], eps=img_eps)
|
image_comparison_facts(:gr, skip=[2,26,31], eps=img_eps)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user