Skip to content

Commit

Permalink
Refs #202 - Try to fix a couple more warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Dec 14, 2014
1 parent e27d71b commit 5ba88d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sans/fit/ParkFitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ class ParkFit(FitEngine):
Set model parameter "M1"= model.name add {model.parameter.name:value}.
..note::
Set_param() if used must always preceded set_model() for the fit to be performed.
``engine.set_param( model,"M1", {'A':2,'B':4})``
Set_param() if used must always preceded set_model() for the fit to be performed. ``engine.set_param( model,"M1", {'A':2,'B':4})``
Add model with a dictionnary of FitArrangeList{} where Uid is a key
and model
Expand All @@ -476,6 +476,7 @@ class ParkFit(FitEngine):
chisqr1, out1, cov1=engine.fit({model.parameter.name:value},qmin,qmax)
..note::
{model.parameter.name:value} is ignored in fit function since
the user should make sure to call set_param himself.
Expand Down

0 comments on commit 5ba88d3

Please sign in to comment.