Skip to content

Commit

Permalink
Refs #5421 Remove extra underscore for system tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Oct 25, 2013
1 parent 2b7bc63 commit 6bb77d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectJumpFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def JumpRun(samWS,jumpFunc,width,qmin,qmax,Verbose=False,Plot=False,Save=False):
return

#run fit function
fitWS = samWS[:-9] +'_'+ jumpFunc +'fit'
fitWS = samWS[:-10] +'_'+ jumpFunc +'fit'
Fit(Function=func, InputWorkspace=spectumWs, CreateOutput=True, Output=fitWS)

#process output options
Expand Down

0 comments on commit 6bb77d4

Please sign in to comment.