From 5c7b4338b670ec2de723f60a8235d1b920b2019a Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Wed, 3 Oct 2018 16:43:09 -0700 Subject: [PATCH] Change threshold from 0.95 to 0.935 --- 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 40414e6c41..4eb08b2af4 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.95 }; + const double THRESHOLD{ 0.935 }; QDir _imageDirectory;