PEtab-dev / libpetab-python

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

Documentation #67

Closed plakrisenko closed 3 years ago

plakrisenko commented 3 years ago

Mostly visualization documentation, addresses #10. Additionally:

codecov-commenter commented 3 years ago

Codecov Report

Merging #67 (8581124) into develop (63676b7) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #67      +/-   ##
===========================================
+ Coverage    79.50%   79.67%   +0.16%     
===========================================
  Files           26       26              
  Lines         2908     2932      +24     
  Branches       691      691              
===========================================
+ Hits          2312     2336      +24     
  Misses         421      421              
  Partials       175      175              
Impacted Files Coverage Δ
petab/C.py 100.00% <ø> (ø)
petab/__init__.py 100.00% <100.00%> (ø)
petab/calculate.py 90.29% <100.00%> (+0.07%) :arrow_up:
petab/composite_problem.py 48.00% <100.00%> (+2.16%) :arrow_up:
petab/conditions.py 90.69% <100.00%> (+0.22%) :arrow_up:
petab/core.py 85.60% <100.00%> (+0.10%) :arrow_up:
petab/lint.py 77.63% <100.00%> (+0.06%) :arrow_up:
petab/measurements.py 82.02% <100.00%> (+0.20%) :arrow_up:
petab/observables.py 97.14% <100.00%> (+0.04%) :arrow_up:
petab/parameter_mapping.py 69.18% <100.00%> (+0.18%) :arrow_up:
... and 13 more

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 63676b7...8581124. Read the comment docs.