Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
384778ca
Commit
384778ca
authored
10 years ago
by
Pete Peterson
Browse files
Options
Downloads
Plain Diff
Merge pull request #404 from mantidproject/refl_system_test
Re #11374 Add system test for REFL
parents
3e4f03af
32d5f85c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Testing/SystemTests/tests/analysis/REFLReduction.py
+2
-3
2 additions, 3 deletions
...antid/Testing/SystemTests/tests/analysis/REFLReduction.py
with
2 additions
and
3 deletions
Code/Mantid/Testing/SystemTests/tests/analysis/REFLReduction.py
+
2
−
3
View file @
384778ca
...
@@ -34,9 +34,8 @@ class REFLReduction(stresstesting.MantidStressTest):
...
@@ -34,9 +34,8 @@ class REFLReduction(stresstesting.MantidStressTest):
OutputWorkspace
=
'
reflectivity_119814
'
)
OutputWorkspace
=
'
reflectivity_119814
'
)
def
validate
(
self
):
def
validate
(
self
):
# Be more tolerant with the output, mainly because of the errors.
# Be more tolerant with the output.
# The following tolerance check the errors up to the third digit.
self
.
tolerance
=
0.0001
self
.
tolerance
=
0.25
self
.
disableChecking
.
append
(
'
Instrument
'
)
self
.
disableChecking
.
append
(
'
Instrument
'
)
self
.
disableChecking
.
append
(
'
Sample
'
)
self
.
disableChecking
.
append
(
'
Sample
'
)
self
.
disableChecking
.
append
(
'
SpectraMap
'
)
self
.
disableChecking
.
append
(
'
SpectraMap
'
)
...
...
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