mirror of https://github.com/davisking/dlib.git
relaxed test a little
This commit is contained in:
parent
17bde91955
commit
0b88840f64
|
@ -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));
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue