You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convergence criteria such as iterations limit and tolerance values are hard-coded into the program. Some function in DeerLab expose these options as keyword argument while other do not.
Convergence criteria such as iterations limit and tolerance values are hard-coded into the program. Some function in DeerLab expose these options as keyword argument while other do not.
Functions exposing options:
fitparamodel
,snlls
,Functions missing exposure:
fitmodel
,fitmultimodel
.fitregmodel
This must be corrected.
The text was updated successfully, but these errors were encountered: