use PlotReferenceImages Julia Package for tests
This commit is contained in:
parent
91a9df802a
commit
a203c86af6
@ -14,6 +14,7 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = !i
|
|||||||
fn = "ref$idx.png"
|
fn = "ref$idx.png"
|
||||||
reffn = reference_file(pkg, idx, _current_plots_version)
|
reffn = reference_file(pkg, idx, _current_plots_version)
|
||||||
newfn = joinpath(reference_path(pkg, _current_plots_version), fn)
|
newfn = joinpath(reference_path(pkg, _current_plots_version), fn)
|
||||||
|
>>>>>>> use PlotReferenceImages Julia Package for tests
|
||||||
|
|
||||||
# test function
|
# test function
|
||||||
func = (fn, idx) -> begin
|
func = (fn, idx) -> begin
|
||||||
|
|||||||
@ -6,6 +6,7 @@ using FileIO
|
|||||||
using PlotReferenceImages
|
using PlotReferenceImages
|
||||||
using Gtk
|
using Gtk
|
||||||
|
|
||||||
|
>>>>>>> use PlotReferenceImages Julia Package for tests
|
||||||
|
|
||||||
include("imgcomp.jl")
|
include("imgcomp.jl")
|
||||||
# don't actually show the plots
|
# don't actually show the plots
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user