micom-dev / micom

Python package to study microbial communities using metabolic modeling.
https://micom-dev.github.io/micom
Apache License 2.0
89 stars 18 forks source link

Enable OSQP support #35

Closed cdiener closed 3 years ago

cdiener commented 3 years ago

This is an experimental branch that enables native OSQP support and does not require a commercial solver.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (bef9242) into master (05dd2d3) will increase coverage by 0.75%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   76.44%   77.20%   +0.75%     
==========================================
  Files          30       30              
  Lines        1847     1860      +13     
  Branches      342      346       +4     
==========================================
+ Hits         1412     1436      +24     
+ Misses        307      300       -7     
+ Partials      128      124       -4     
Impacted Files Coverage Δ
micom/community.py 79.93% <75.00%> (+0.86%) :arrow_up:
micom/solution.py 74.17% <100.00%> (+3.33%) :arrow_up:
micom/util.py 89.36% <100.00%> (+4.74%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05dd2d3...bef9242. Read the comment docs.