Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/feature/8100_remove_hyspeca'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Oct 21, 2013
2 parents b9c99c3 + a05b0fb commit 5fe5e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemTests/AnalysisTests/StepScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class StepScanWorkflowAlgorithm(stresstesting.MantidStressTest):

def runTest(self):
LoadMask(Instrument='HYSA',InputFile=r'HYSA_mask.xml',OutputWorkspace='HYSA_mask')
LoadMask(Instrument='HYS',InputFile=r'HYSA_mask.xml',OutputWorkspace='HYSA_mask')
Load(Filename='HYSA_2934.nxs.h5',OutputWorkspace='HYSA_2934',LoadMonitors='1')
StepScan(InputWorkspace='HYSA_2934',OutputWorkspace='StepScan',MaskWorkspace='HYSA_mask',XMin='3.25',XMax='3.75',RangeUnit='dSpacing')

Expand Down

0 comments on commit 5fe5e41

Please sign in to comment.