PEtab-dev / libpetab-python

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

Add support for PEtab problems with multiple condition files #152

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Allows specifying different conditions in different files.

Closes #7

codecov-commenter commented 2 years ago

Codecov Report

Merging #152 (7c6bb5f) into develop (7a0b77e) will increase coverage by 0.24%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #152      +/-   ##
===========================================
+ Coverage    77.14%   77.39%   +0.24%     
===========================================
  Files           26       26              
  Lines         2437     2437              
  Branches       579      579              
===========================================
+ Hits          1880     1886       +6     
  Misses         404      404              
+ Partials       153      147       -6     
Impacted Files Coverage Δ
petab/problem.py 69.83% <100.00%> (+2.06%) :arrow_up:
petab/yaml.py 89.87% <0.00%> (-1.27%) :arrow_down:
petab/core.py 89.51% <0.00%> (+1.61%) :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 7a0b77e...7c6bb5f. Read the comment docs.