Made unit test more robust.

This commit is contained in:
Davis King 2017-12-19 09:59:55 -05:00
parent e558318c9a
commit c4f48a16cd
1 changed files with 1 additions and 1 deletions

View File

@ -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();