Skip to content

Commit

Permalink
Fix function string Re #12541
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 8, 2015
1 parent 83e4444 commit bc0fed5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ def PyExec(self):
input_str += '%s,i%d;' % (padded_res_ws, idx)

out_name = getWSprefix(self._res_ws) + 'ResNorm_Fit'
function = 'name=TabulatedFunction,Workspace=%s,Scaling=1.0,Shift=0,XScaling=0' % van_ws

fit_params = PlotPeakByLogValue(Input=input_str,
OutputWorkspace=out_name,
Function='name=TabulatedFunction,Workspace=irs26173_graphite002_red,Scaling=1.0,Shift=0,XScaling=0',
Function=function,
FitType='Individual',
PassWSIndexToFunction=True,
CreateOutput=self._create_output,
Expand Down

0 comments on commit bc0fed5

Please sign in to comment.