Made unit test more robust

This commit is contained in:
Davis King 2016-04-09 19:54:59 -04:00
parent 9cd103e545
commit c81825c3c2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace
// small error possible due to rounding and different optimization options
DLIB_TEST(res_diff <= 1);
DLIB_TEST(rect_confidence >= 0.99);
DLIB_TEST(rect_confidence >= 0.98);
print_spinner();
}
}