relaxed test a little

This commit is contained in:
Davis King 2012-12-27 16:23:54 -05:00
parent 17bde91955
commit 0b88840f64
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ namespace
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));
}
// ----------------------------------------------------------------------------------------