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 'remotes/origin/feature/8089_seq_fit_leb…
Browse files Browse the repository at this point in the history
…ail'
  • Loading branch information
abuts committed Dec 11, 2013
2 parents d954fbe + 0c6801b commit c1028b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SystemTests/AnalysisTests/PowderDiffProfileCalibrateTest.py
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit c1028b2

Please sign in to comment.