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
254 stars 29 forks source link

Small bug in bootstrap keywords #483

Closed alanlujan91 closed 6 months ago

alanlujan91 commented 6 months ago

"cluster" is not a bootstrap option

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 92.98%. Comparing base (d7d53ec) to head (66a200d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #483 +/- ## ======================================= Coverage 92.97% 92.98% ======================================= Files 193 193 Lines 14635 14638 +3 ======================================= + Hits 13607 13611 +4 + Misses 1028 1027 -1 ```

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