Commit 94254c45 authored by Davis King's avatar Davis King

Changed test slightly to avoid a false alarm

parent 5edef1e0
......@@ -136,7 +136,7 @@ namespace
DLIB_TEST(rls.get_forget_factor() == 0.99);
DLIB_TEST(rls.get_c() == 0.1);
double rls_error = test_filter(rls, 300);
double rls_error = test_filter(rls, 1000);
dlog << LINFO << "rls error: "<< rls_error;
DLIB_TEST_MSG(rls_error < 0.75, rls_error);
......
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