optimagic-dev / optimagic

optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
https://optimagic.readthedocs.io/
MIT License
270 stars 30 forks source link

Update numdiff option handling #517

Closed timmens closed 3 months ago

timmens commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.36082% with 9 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/estimagic/estimate_ml.py 88.13% 7 Missing :warning:
src/estimagic/estimate_msm.py 97.43% 1 Missing :warning:
src/estimagic/examples/logit.py 92.30% 1 Missing :warning:
Files with missing lines Coverage Δ
src/estimagic/__init__.py 100.00% <100.00%> (ø)
src/estimagic/bootstrap.py 99.06% <100.00%> (ø)
src/estimagic/bootstrap_ci.py 100.00% <100.00%> (ø)
src/estimagic/bootstrap_helpers.py 100.00% <ø> (ø)
src/estimagic/bootstrap_outcomes.py 100.00% <100.00%> (ø)
src/estimagic/bootstrap_samples.py 100.00% <ø> (ø)
src/estimagic/config.py 100.00% <ø> (ø)
src/estimagic/estimation_table.py 84.36% <100.00%> (ø)
src/estimagic/lollipop_plot.py 100.00% <100.00%> (ø)
src/estimagic/ml_covs.py 84.14% <100.00%> (ø)
... and 94 more
review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB