Commit c6df93f5 authored by Davis King's avatar Davis King

Relaxed test slightly to avoid false alarm in visual studio 2005

parent 6b745361
...@@ -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-7, std::abs(rs.min()-1)); DLIB_TEST_MSG(std::abs(rs.min()-1) < 1e-6, 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