diff --git a/Tests/Suite/Common/TestSuite.h b/Tests/Suite/Common/TestSuite.h index eec215a2c4724a6af9881e31e688adaa917ec435..997ffecedcfcf4478b09f9272de1188f07aeff76 100644 --- a/Tests/Suite/Common/TestSuite.h +++ b/Tests/Suite/Common/TestSuite.h @@ -207,7 +207,7 @@ TEST(TESTNAME, RotatedPyramids) TEST(TESTNAME, ThickAbsorptiveSampleWithRoughness) { - const double eps = eps_direct_vs_python(5e-13, 2e-10); + const double eps = eps_direct_vs_python(5e-4, 2e-10); // issue #817 std::unique_ptr<const MultiLayer> sample(ExemplarySamples::createThickAbsorptiveSample()); auto sim = test::makeSimulation::ExtraLongWavelengthGISAS(*sample); EXPECT_TRUE(runTest("ThickAbsorptiveSampleWithRoughness", *sim, eps));