Skip to content
Snippets Groups Projects
Commit b68ce6c9 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #6252 Set an arbitrary tolerance

parent 4e70d0d0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import stresstesting ...@@ -3,7 +3,7 @@ import stresstesting
from mantid.simpleapi import * from mantid.simpleapi import *
class CalMuonDeadTimeTest(stresstesting.MantidStressTest): class CalMuonDeadTimeTest(stresstesting.MantidStressTest):
'''Tests the StepScan workflow algorithm''' '''Tests the CalMuonDeadTime algorithm'''
def runTest(self): def runTest(self):
Load(Filename='EMU30604.nxs',OutputWorkspace='EMU30604') Load(Filename='EMU30604.nxs',OutputWorkspace='EMU30604')
...@@ -16,4 +16,5 @@ class CalMuonDeadTimeTest(stresstesting.MantidStressTest): ...@@ -16,4 +16,5 @@ class CalMuonDeadTimeTest(stresstesting.MantidStressTest):
OutputWorkspace='EMUCalMuonDeadTime') OutputWorkspace='EMUCalMuonDeadTime')
def validate(self): def validate(self):
return 'EMUCalMuonDeadTime','EMUCalMuonDeadTime.nxs' self.tolerance = 1E-3
\ No newline at end of file return ('EMUCalMuonDeadTime','EMUCalMuonDeadTime.nxs')
\ No newline at end of file
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