Skip to content

Commit

Permalink
Set proper initial parameter value
Browse files Browse the repository at this point in the history
Refs #12541
  • Loading branch information
DanNixon committed Jun 9, 2015
1 parent 837d21e commit 5d92328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ 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' % self._van_ws
function = 'name=TabulatedFunction,Workspace=%s,Scaling=1,Shift=0,XScaling=1' % self._van_ws

fit_params = PlotPeakByLogValue(Input=input_str,
OutputWorkspace=out_name,
Expand Down

0 comments on commit 5d92328

Please sign in to comment.