PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Apply get table method before write table method to ensure correct index #126

Closed dilpath closed 2 years ago

dilpath commented 2 years ago

see #123

codecov-commenter commented 2 years ago

Codecov Report

Merging #126 (8ca6c11) into develop (d0a0e4d) will increase coverage by 0.29%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #126      +/-   ##
===========================================
+ Coverage    75.98%   76.28%   +0.29%     
===========================================
  Files           27       27              
  Lines         3032     3036       +4     
  Branches       737      737              
===========================================
+ Hits          2304     2316      +12     
+ Misses         539      535       -4     
+ Partials       189      185       -4     
Impacted Files Coverage Δ
petab/conditions.py 95.45% <100.00%> (+4.75%) :arrow_up:
petab/measurements.py 81.72% <100.00%> (+0.19%) :arrow_up:
petab/observables.py 100.00% <100.00%> (+2.85%) :arrow_up:
petab/parameters.py 87.89% <100.00%> (+2.64%) :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 d0a0e4d...8ca6c11. Read the comment docs.