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/4856_msdfit_ui_upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed May 1, 2014
2 parents 28a76f8 + 4d2722b commit 8c127e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SystemTests/AnalysisTests/ISISIndirectInelastic.py
Expand Up @@ -533,8 +533,8 @@ def _run(self):
SaveNexusProcessed(Filename=filename,
InputWorkspace=ws)


msdfit_result = msdfit(inputs=int_files,
eq2_file = elwin_results[1]
msdfit_result = msdfit(eq2_file,
startX=self.startX,
endX=self.endX,
Save=False,
Expand Down Expand Up @@ -591,8 +591,8 @@ def __init__(self):
self.files = ['osi97935_graphite002_red.nxs',
'osi97936_graphite002_red.nxs']
self.eRange = [-0.02,0.02]
self.startX = 0.208716
self.endX = 3.162844
self.startX = 0.195082
self.endX = 3.202128


def get_reference_files(self):
Expand Down
Binary file modified SystemTests/AnalysisTests/ReferenceResults/II.IRISMSDFit.nxs
Binary file not shown.
Binary file modified SystemTests/AnalysisTests/ReferenceResults/II.OSIRISMSDFit.nxs
Binary file not shown.

0 comments on commit 8c127e2

Please sign in to comment.