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

Implement a few fixes #490

Closed timmens closed 7 months ago

timmens commented 7 months ago

In this PR, we implement a few fixes.

  1. Suppress pandas PerformanceWarnings (before this, we suppressed warnings that occurred in the function estimation_table, but these warnings were raised in the function render_latex, where we did not suppress them; for reference, see #379 )
  2. Add full optimization result to the return object of the estimate_msm function. This closes #491.
codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 93.00%. Comparing base (44a1403) to head (a683ad1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #490 +/- ## ========================================== + Coverage 92.98% 93.00% +0.01% ========================================== Files 194 194 Lines 14649 14659 +10 ========================================== + Hits 13621 13633 +12 + Misses 1028 1026 -2 ```

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