EPFL-LCSB / pytfa

A Python 3 implementation of Thermodynamics-based Flux Analysis
https://lcsb.epfl.ch/
Apache License 2.0
38 stars 26 forks source link

FIX: robustness for emty fields in matlab models #16

Closed weilandtd closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.46%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #16      +/-   ##
=========================================
+ Coverage   64.94%   65.4%   +0.46%     
=========================================
  Files          36      36              
  Lines        2305    2330      +25     
=========================================
+ Hits         1497    1524      +27     
+ Misses        808     806       -2
Impacted Files Coverage Δ
pytfa/io/base.py 90.65% <100%> (+1.91%) :arrow_up:
tests/test_io.py 100% <100%> (ø) :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 2a325c0...0e2254c. Read the comment docs.

psalvy commented 6 years ago

Thanks for this @weilandtd :)