Skip to content
Snippets Groups Projects
Commit b2a3b47a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

DetectorResolution test relax tolerance (Mac)

parent 30d1a691
No related branches found
No related tags found
1 merge request!1903SphericalDetector -> FlatDetector in almost all examples
Pipeline #109968 failed
......@@ -418,7 +418,7 @@ TEST(TESTNAME, BeamDivergence)
TEST(TESTNAME, DetectorResolution)
{
const double eps = eps_direct_vs_python(5e-13, 2e-10);
const double eps = eps_direct_vs_python(1e-10, 2e-10);
std::unique_ptr<const MultiLayer> sample(ExemplarySamples::createCylindersInBA());
auto sim = test::makeSimulation::MiniGISASDetectorResolution(*sample);
EXPECT_TRUE(runTest("DetectorResolution", *sim, eps));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment