Skip to content
Snippets Groups Projects
Commit 384778ca authored by Pete Peterson's avatar Pete Peterson
Browse files

Merge pull request #404 from mantidproject/refl_system_test

Re #11374 Add system test for REFL
parents 3e4f03af 32d5f85c
No related branches found
No related tags found
No related merge requests found
...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment