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.v2.Problem #285

Closed dweindl closed 6 days ago

dweindl commented 6 days ago

Copy of v1.Problem with all deprecated functionality removed.

Loading PEtab 2.0 problems with petab.v1.Problem is now deprecated.

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 53.96825% with 87 lines in your changes missing coverage. Please review.

Project coverage is 74.37%. Comparing base (721c0ed) to head (6dc222f).

Files Patch % Lines
petab/v2/problem.py 53.26% 80 Missing and 6 partials :warning:
petab/v1/problem.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #285 +/- ## =========================================== - Coverage 75.25% 74.37% -0.89% =========================================== Files 69 70 +1 Lines 4260 4448 +188 Branches 900 952 +52 =========================================== + Hits 3206 3308 +102 - Misses 789 869 +80 - Partials 265 271 +6 ```

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