Skip to content

Commit

Permalink
docs: final remarks (close #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 20, 2020
1 parent 99a9616 commit aecec3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sec_develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ A few things should be noted:
are allowed in Python variable names.
- Since fitting is based on `lmfit <https://pypi.org/project/lmfit/>`_, you may define
`mathematical constraints <https://lmfit.github.io/lmfit-py/constraints.html>`_
in ``get_parameter_defaults``.
in ``get_parameter_defaults``. However, if possible, try to solve your
particular problem with ancillaries (see below), a concept that is easier
to understand.

Now it is time for a quick sanity check:

Expand Down

0 comments on commit aecec3f

Please sign in to comment.