mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Relaxed test slightly to avoid false alarm in visual studio 2005
This commit is contained in:
parent
6b74536103
commit
c6df93f5b7
@ -314,7 +314,7 @@ namespace
|
||||
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));
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user