mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
Reduced threshold a wee bit after testing on laptop.
This commit is contained in:
parent
4caa5bd5b8
commit
20e1753605
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ private:
|
|||
const QString TEST_RESULTS_FOLDER { "TestResults" };
|
||||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||
|
||||
const double THRESHOLD_GLOBAL{ 0.9999 };
|
||||
const double THRESHOLD_GLOBAL{ 0.9998 };
|
||||
const double THRESHOLD_LOCAL { 0.7770 };
|
||||
|
||||
QDir _imageDirectory;
|
||||
|
|
Loading…
Reference in a new issue