mirror of https://github.com/davisking/dlib.git
Made unit test more robust.
This commit is contained in:
parent
e558318c9a
commit
c4f48a16cd
|
@ -288,7 +288,7 @@ namespace
|
|||
void perform_test (
|
||||
)
|
||||
{
|
||||
test_upper_bound_function(0.1, 1e-6);
|
||||
test_upper_bound_function(0.01, 1e-6);
|
||||
test_upper_bound_function(0.0, 1e-6);
|
||||
test_upper_bound_function(0.0, 1e-1);
|
||||
test_global_function_search();
|
||||
|
|
Loading…
Reference in New Issue