From 6fe106089a3cd2845f43f640f6965269172f829e Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Fri, 21 Sep 2018 17:34:37 -0700 Subject: [PATCH] Decreased threshold a wee bit. --- tools/auto-tester/src/Test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto-tester/src/Test.h b/tools/auto-tester/src/Test.h index 8ea00c909b..40414e6c41 100644 --- a/tools/auto-tester/src/Test.h +++ b/tools/auto-tester/src/Test.h @@ -108,7 +108,7 @@ private: const QString TEST_RESULTS_FOLDER { "TestResults" }; const QString TEST_RESULTS_FILENAME { "TestResults.txt" }; - const double THRESHOLD{ 0.96 }; + const double THRESHOLD{ 0.95 }; QDir _imageDirectory;