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
266 stars 30 forks source link

Pass bootstrap_kwargs to bootstrap call in get_moments_cov #473

Closed timmens closed 10 months ago

timmens commented 1 year ago

Fixes #472 and adds a test case.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5deb5a2) 92.96% compared to head (6f19b20) 92.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #473 +/- ## ======================================= Coverage 92.96% 92.97% ======================================= Files 193 193 Lines 14620 14631 +11 ======================================= + Hits 13592 13603 +11 Misses 1028 1028 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

timmens commented 1 year ago

Waiting for #471 to be merged.