Commit c4f48a16 authored by Davis King's avatar Davis King

Made unit test more robust.

parent e558318c
...@@ -288,7 +288,7 @@ namespace ...@@ -288,7 +288,7 @@ namespace
void perform_test ( 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-6);
test_upper_bound_function(0.0, 1e-1); test_upper_bound_function(0.0, 1e-1);
test_global_function_search(); test_global_function_search();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment