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 petab.v2.models #302

Closed dweindl closed 3 months ago

dweindl commented 3 months ago

For now just imports from v1

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.80%. Comparing base (b0e0e54) to head (dc0dce1).

Files Patch % Lines
petab/v2/models/__init__.py 0.00% 1 Missing :warning:
petab/v2/models/model.py 0.00% 1 Missing :warning:
petab/v2/models/pysb_model.py 0.00% 1 Missing :warning:
petab/v2/models/sbml_model.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #302 +/- ## =========================================== - Coverage 72.87% 72.80% -0.07% =========================================== Files 47 51 +4 Lines 4836 4840 +4 Branches 1035 1035 =========================================== Hits 3524 3524 - Misses 1014 1018 +4 Partials 298 298 ```

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