From 4edec3bd8258b8befca03692efe0bf8e03b6a518 Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Wed, 14 Feb 2024 10:07:07 -0500 Subject: [PATCH] Increase image diff tolerance --- examples/ImageComparisonTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ImageComparisonTest.sh b/examples/ImageComparisonTest.sh index cc6f1a1..7c08db8 100755 --- a/examples/ImageComparisonTest.sh +++ b/examples/ImageComparisonTest.sh @@ -3,7 +3,7 @@ # This script compares the images generated by the example scripts to a set of reference images test_passed=true # Keep track of whether any tests fail -tolerance=0.01 +tolerance=0.05 # First check that there aren't any images produced by the examples that don't have a reference image for f in *.png