Skip to content
Snippets Groups Projects
Commit 9ee6858e authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Test: Make fewer iterations

parent 1f9b62cc
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ void testSampleFunction2() {
start[0] = 279;
start[1] = -96;
double const ret2 = functionTester(J, start, 9);
double const ret2 = functionTester(J, start, 7);
assert(std::abs(ret1 - ret2) < 1e-5);
start[0] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment