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
32e1b83f
Commit
32e1b83f
authored
Jan 20, 2021
by
Gagik Vardanyan
Browse files
updated system test refs, made tolerance same everywhere
parent
25dca896
Changes
4
Hide whitespace changes
Inline
Side-by-side
Testing/SystemTests/tests/framework/SANSILLReductionTest.py
View file @
32e1b83f
...
...
@@ -23,7 +23,8 @@ class ILL_D11_Test(systemtesting.MantidSystemTest):
mtd
.
clear
()
def
validate
(
self
):
self
.
tolerance
=
1e-5
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
=
[
'Instrument'
]
return
[
'iq'
,
'ILL_SANS_D11_IQ.nxs'
]
...
...
@@ -83,7 +84,8 @@ class ILL_D22_Test(systemtesting.MantidSystemTest):
mtd
.
clear
()
def
validate
(
self
):
self
.
tolerance
=
1e-5
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
=
[
'Instrument'
]
return
[
'iq'
,
'ILL_SANS_D22_IQ_v2.nxs'
]
...
...
@@ -144,7 +146,8 @@ class ILL_D33_VTOF_Test(systemtesting.MantidSystemTest):
mtd
.
clear
()
def
validate
(
self
):
self
.
tolerance
=
1e-4
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
=
[
'Instrument'
]
return
[
'iq'
,
'ILL_SANS_D33_VTOF_IQ.nxs'
]
...
...
@@ -187,7 +190,8 @@ class ILL_D33_LTOF_Test(systemtesting.MantidSystemTest):
mtd
.
clear
()
def
validate
(
self
):
self
.
tolerance
=
1e-5
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
=
[
'Instrument'
]
return
[
'iq'
,
'ILL_SANS_D33_LTOF_IQ.nxs'
]
...
...
@@ -232,6 +236,7 @@ class ILL_D33_Test(systemtesting.MantidSystemTest):
def
validate
(
self
):
self
.
tolerance
=
1e-3
self
.
tolerance_is_rel_err
=
True
self
.
disableChecking
=
[
'Instrument'
]
return
[
'iq'
,
'ILL_SANS_D33_IQ.nxs'
]
...
...
Testing/SystemTests/tests/framework/reference/ILL_SANS_D33_IQ.nxs.md5
View file @
32e1b83f
b2736c2cb28e09bf50bb8e8ef4c9363f
1bca86d19953d25aff9f7760152ca1ee
Testing/SystemTests/tests/framework/reference/ILL_SANS_D33_LTOF_IQ.nxs.md5
View file @
32e1b83f
91857b64e5158f9cd37fc283d546c111
cf34cccaef9056684cc7260069cde554
Testing/SystemTests/tests/framework/reference/ILL_SANS_D33_VTOF_IQ.nxs.md5
View file @
32e1b83f
0a71d5f25a650b287e594221cccfe662
7c281c94d46eaad721e672db3de4eef5
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