Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
b87924b7
Commit
b87924b7
authored
Dec 18, 2020
by
Gagik Vardanyan
Browse files
updated system tests and the references
parent
d50df3e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Testing/SystemTests/tests/framework/SANSILLReductionTest.py
View file @
b87924b7
...
...
@@ -169,8 +169,7 @@ class ILL_D33_VTOF_Test(systemtesting.MantidSystemTest):
SANSILLReduction
(
Run
=
'093410'
,
ProcessAs
=
'Sample'
,
BeamInputWorkspace
=
'beam'
,
TransmissionInputWorkspace
=
'str'
,
ContainerInputWorkspace
=
'can'
,
MaskedInputWorkspace
=
'mask'
,
OutputWorkspace
=
'sample'
,
FluxInputWorkspace
=
'flux'
)
# I(Q)
SANSILLIntegration
(
InputWorkspace
=
'sample'
,
OutputBinning
=
'0.005,-0.1,1'
,
OutputWorkspace
=
'iq'
,
BinMaskingCriteria
=
'x<1 || x>10'
)
SANSILLIntegration
(
InputWorkspace
=
'sample'
,
OutputBinning
=
'0.005,-0.1,1'
,
OutputWorkspace
=
'iq'
)
class
ILL_D33_LTOF_Test
(
systemtesting
.
MantidSystemTest
):
...
...
@@ -214,8 +213,7 @@ class ILL_D33_LTOF_Test(systemtesting.MantidSystemTest):
ContainerInputWorkspace
=
'can'
,
MaskedInputWorkspace
=
'mask'
,
OutputWorkspace
=
'sample'
,
FluxInputWorkspace
=
'flux'
)
# I(Q)
SANSILLIntegration
(
InputWorkspace
=
'sample'
,
OutputBinning
=
'0.005,-0.1,1'
,
OutputWorkspace
=
'iq'
,
BinMaskingCriteria
=
'x<1 || x>10'
)
SANSILLIntegration
(
InputWorkspace
=
'sample'
,
OutputBinning
=
'0.005,-0.1,1'
,
OutputWorkspace
=
'iq'
)
class
ILL_D33_Test
(
systemtesting
.
MantidSystemTest
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment