Skip to content

Commit 71af8b6

Browse files
committed
Increase tolerance in visual regression tests
1 parent 8cb5c64 commit 71af8b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/mean_excess.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
png(fname)
99
end
1010
refimg = joinpath(datadir,"MeanExcess.png")
11-
@test test_images(VisualTest(plot_mean_excess, refimg), popup=!istravis) |> success
11+
@test test_images(VisualTest(plot_mean_excess, refimg), popup=!istravis, tol=0.1) |> success
1212
end
1313
end
1414
end

test/pareto_quantile.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
png(fname)
99
end
1010
refimg = joinpath(datadir,"ParetoQuantile.png")
11-
@test test_images(VisualTest(plot_pareto_quantile, refimg), popup=!istravis) |> success
11+
@test test_images(VisualTest(plot_pareto_quantile, refimg), popup=!istravis, tol=0.1) |> success
1212
end
1313
end
1414
end

test/return_levels.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
png(fname)
1010
end
1111
refimg = joinpath(datadir,"ReturnLevels.png")
12-
@test test_images(VisualTest(plot_return_levels, refimg), popup=!istravis) |> success
12+
@test test_images(VisualTest(plot_return_levels, refimg), popup=!istravis, tol=0.1) |> success
1313
end
1414
end
1515
end

0 commit comments

Comments
 (0)