From 0c6801b771b43330e1d8f221a1ed5f5940d3dd8d Mon Sep 17 00:00:00 2001 From: Alex Buts Date: Fri, 6 Dec 2013 19:37:01 +0000 Subject: [PATCH] refs #8089 Fixed inconsistent indents in system test (to all spaces) this was creates problem in running/analyzing it --- SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py b/SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py index d7b5723..6fc0813 100644 --- a/SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py +++ b/SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py @@ -37,8 +37,8 @@ def runTest(self): InstrumentParameterWorkspace='Arg_Bank1', BraggPeakParameterWorkspace='ReflectionTable') # run the actual code - ExaminePowderDiffProfile( - InputWorkspace = 'arg_si', + ExaminePowderDiffProfile( + InputWorkspace = 'arg_si', StartX = 1990., EndX = 29100., ProfileType = 'Back-to-back exponential convoluted with PseudoVoigt', @@ -51,7 +51,7 @@ def runTest(self): # load output gsas file and the golden one - Load(Filename = "Arg_Si_ref.nxs", OutputWorkspace = "Arg_Si_golden") + Load(Filename = "Arg_Si_ref.nxs", OutputWorkspace = "Arg_Si_golden") def validateMethod(self): self.tolerance=1.0e-6