PEtab-dev / libpetab-python

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

Add petab.Problem.n_{estimated,measurements,priors} #243

Closed dweindl closed 6 months ago

dweindl commented 6 months ago

Makes it more convenient to compute model selection criteria.

codecov-commenter commented 6 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (7935aae) 76.33% compared to head (76ff70c) 76.34%.

Files Patch % Lines
petab/problem.py 81.81% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #243 +/- ## =========================================== + Coverage 76.33% 76.34% +0.01% =========================================== Files 34 34 Lines 3194 3205 +11 Branches 775 779 +4 =========================================== + Hits 2438 2447 +9 - Misses 554 555 +1 - Partials 202 203 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.