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

Add infrastructure for type checking #494

Closed janosg closed 6 months ago

janosg commented 6 months ago
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.00%. Comparing base (5574283) to head (09e3064).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## typing #494 +/- ## ========================================== + Coverage 92.98% 93.00% +0.01% ========================================== Files 194 194 Lines 14659 14659 ========================================== + Hits 13631 13633 +2 + Misses 1028 1026 -2 ```

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