Skip to content
Snippets Groups Projects
Commit ed7b8688 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

Merge pull request #402 from mantidproject/11139_clean_indirect_systemtest_files

Remove files saved by indirect system tests
parents db2c46f8 76faae60
No related merge requests found
......@@ -9,23 +9,20 @@ class ElasticWindowMultipleTest(stresstesting.MantidStressTest):
def runTest(self):
Load(Filename='osi92762_graphite002_red.nxs,osi92763_graphite002_red.nxs',
OutputWorkspace='__ElWinMulti_InputWS')
OutputWorkspace='__ElWinMulti_InputWS')
ElasticWindowMultiple(
InputWorkspaces='__ElWinMulti_InputWS',
Range1Start=-0.2,
Range1End=0.2,
Range2Start='-0.24',
Range2End='-0.22',
OutputInQ='eq',
OutputInQSquared='eq2',
OutputELF='elf',
OutputELT='elt')
ElasticWindowMultiple(InputWorkspaces='__ElWinMulti_InputWS',
Range1Start=-0.2,
Range1End=0.2,
Range2Start='-0.24',
Range2End='-0.22',
OutputInQ='eq',
OutputInQSquared='eq2',
OutputELF='elf',
OutputELT='elt')
GroupWorkspaces(InputWorkspaces=['elf', 'elt'],
OutputWorkspace='__ElWinMulti_OutputWS')
SaveNexus(Filename='__ElWinMulti_OutputWS', InputWorkspace='__ElWinMulti_OutputWS')
OutputWorkspace='__ElWinMulti_OutputWS')
def validate(self):
self.tolerance = 1e-10
......
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