mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 07:48:08 +02:00
Change threshold from 0.95 to 0.935
This commit is contained in:
parent
ce4233ba21
commit
5c7b4338b6
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.95 };
|
||||
const double THRESHOLD{ 0.935 };
|
||||
|
||||
QDir _imageDirectory;
|
||||
|
||||
|
|
Loading…
Reference in a new issue