Decreased threshold a wee bit.

This commit is contained in:
NissimHadar 2018-09-21 17:34:37 -07:00
parent 2a1e3e93a5
commit 6fe106089a

View file

@ -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;