use PlotReferenceImages Julia Package for tests

This commit is contained in:
Daniel Schwabeneder 2019-06-14 23:29:46 +02:00
parent 91a9df802a
commit a203c86af6
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = !i
fn = "ref$idx.png"
reffn = reference_file(pkg, idx, _current_plots_version)
newfn = joinpath(reference_path(pkg, _current_plots_version), fn)
>>>>>>> use PlotReferenceImages Julia Package for tests
# test function
func = (fn, idx) -> begin

View File

@ -6,6 +6,7 @@ using FileIO
using PlotReferenceImages
using Gtk
>>>>>>> use PlotReferenceImages Julia Package for tests
include("imgcomp.jl")
# don't actually show the plots