-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional initial guess to fit_desoto (#2291)
* add option to provide init guess * remove whitespace * whatsnew * Apply suggestions from code review Co-authored-by: RDaxini <143435106+RDaxini@users.noreply.github.com> * accomodate partial initial dict * no slash * fix array constructor * two k's * mocker test * fix mocker * change initial condition * forgot a_0 * finetune initial guess * cherry pick the parameter to check * kwarg * nope * try this * try splatting * add explicit args * use a tuple * aha * use explicit? * wrong Boltzmann * use pytest.approx * back to ANY * drop comment * without the tuple? * periods and superscript * Apply suggestions from code review Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com> * ValueError and new test --------- Co-authored-by: RDaxini <143435106+RDaxini@users.noreply.github.com> Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
- Loading branch information
1 parent
afdcdd4
commit 891778c
Showing
3 changed files
with
76 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters