Skip to content

Commit

Permalink
Increase image diff tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Feb 14, 2024
1 parent 2ab919e commit 4edec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ImageComparisonTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4edec3b

Please sign in to comment.