Commit 0b88840f authored by Davis King's avatar Davis King

relaxed test a little

parent 17bde919
...@@ -314,7 +314,7 @@ namespace ...@@ -314,7 +314,7 @@ namespace
rs.add(labels[k]*df(samples[k])); rs.add(labels[k]*df(samples[k]));
} }
} }
DLIB_TEST_MSG(std::abs(rs.min()-1) < 1e-8, std::abs(rs.min()-1)); DLIB_TEST_MSG(std::abs(rs.min()-1) < 1e-7, std::abs(rs.min()-1));
} }
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
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