mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 14:46:40 +02:00
Decreased threshold a wee bit.
This commit is contained in:
parent
2a1e3e93a5
commit
6fe106089a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue