Commit c81825c3 authored by Davis King's avatar Davis King

Made unit test more robust

parent 9cd103e5
......@@ -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();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment