set_param_hints_endswith¶
- threadcount.lmfit_ext.set_param_hints_endswith(self, name, **kwargs)[source]¶
Set param hints for all model params names ending in name.
- Parameters:
See also
lmfit.models.Model.set_param_hint()Examples
>>> from threadcount.models import Const_3GaussModel >>> model = Const_3GaussModel() >>> model.set_param_hint_endswith("_sigma", min=0.9)