Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
31f7e218
Commit
31f7e218
authored
9 months ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rm fwd dcl
parent
42f7f060
No related branches found
No related tags found
1 merge request
!2628
mask pattern now always in detector coordinates, not in bins
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GUI/Model/Detector/DetectorItem.h
+0
-1
0 additions, 1 deletion
GUI/Model/Detector/DetectorItem.h
Tests/Suite/Common/TestSuite.h
+6
-6
6 additions, 6 deletions
Tests/Suite/Common/TestSuite.h
with
6 additions
and
7 deletions
GUI/Model/Detector/DetectorItem.h
+
0
−
1
View file @
31f7e218
...
...
@@ -19,7 +19,6 @@
#include
"GUI/Model/Descriptor/SpanProperty.h"
#include
"GUI/Model/Detector/ResolutionFunctionItemCatalog.h"
class
Beam
;
class
IDetector
;
class
IResolutionFunction2D
;
class
MasksSet
;
...
...
This diff is collapsed.
Click to expand it.
Tests/Suite/Common/TestSuite.h
+
6
−
6
View file @
31f7e218
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment