Skip to content
Snippets Groups Projects
Commit 237403a7 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Be less strict about errors (with 1e-10 tol!)

parent 338501dc
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ struct GSTestSuite {
type, reg ? "regularized" : "");
test(&gsStep1, gsString1);
test(gsStep2Ptr.get(), gsString2);
diffTest(&gsStep1, gsString1, gsStep2Ptr.get(), gsString2, 2e-9);
diffTest(&gsStep1, gsString1, gsStep2Ptr.get(), gsString2, 1e-8);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment