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

rm fwd dcl

parent 42f7f060
No related branches found
No related tags found
1 merge request!2628mask pattern now always in detector coordinates, not in bins
......@@ -19,7 +19,6 @@
#include "GUI/Model/Descriptor/SpanProperty.h"
#include "GUI/Model/Detector/ResolutionFunctionItemCatalog.h"
class Beam;
class IDetector;
class IResolutionFunction2D;
class MasksSet;
......
......@@ -511,12 +511,6 @@ TEST(TESTNAME, SpecularDivergentBeam)
EXPECT_TRUE(runTest("SpecularDivergentBeam", *sim, eps));
}
// ************************************************************************************************
// TODO: broken under GUI
// ************************************************************************************************
#ifndef GUI_STD_TEST
TEST(TESTNAME, SimulationWithMasks)
{
const double eps = eps_direct_vs_python(ARCH3 ? 3e-10 : 5e-13, 8e-9);
......@@ -525,6 +519,12 @@ TEST(TESTNAME, SimulationWithMasks)
EXPECT_TRUE(runTest("SimulationWithMasks", *sim, eps));
}
// ************************************************************************************************
// TODO: broken under GUI
// ************************************************************************************************
#ifndef GUI_STD_TEST
TEST(TESTNAME, RectDetWithRoi)
{
const double eps = eps_direct_vs_python(ARCH3 ? 3e-10 : 5e-13, 8e-9);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment