opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
123 stars 26 forks source link

feat: allow setting solver backend early #759

Closed Midnighter closed 7 months ago

Midnighter commented 7 months ago

Setting the solver backend before creating a model saves time (the model doesn't have to be recreated), and has other advantages, too.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (6fc7a44) 74.86% compared to head (d0934d9) 74.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #759 +/- ## =========================================== + Coverage 74.86% 74.94% +0.08% =========================================== Files 50 50 Lines 2956 2962 +6 Branches 669 669 =========================================== + Hits 2213 2220 +7 + Misses 649 648 -1 Partials 94 94 ```

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