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