Commit 795f6382 authored by Davis King's avatar Davis King

made test slightly more robust

parent 17a2c75d
......@@ -139,7 +139,7 @@ namespace
dlog << LINFO << "correlation error: "<< corr_error;
DLIB_TEST_MSG(corr_error < 1e-13, Ltrans << "\n\n" << Rtrans);
DLIB_TEST(trans_error < 1e-9);
DLIB_TEST(trans_error < 2e-9);
}
dlog << LINFO << "*****************************************************";
......
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