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 functions for setting series data types #303

Open dweindl opened 3 months ago

dweindl commented 3 months ago

Well-defined datatypes will simplify working with those PEtab tables.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 19.29825% with 46 lines in your changes missing coverage. Please review.

Project coverage is 74.31%. Comparing base (8325b53) to head (a14e010).

Files Patch % Lines
petab/v2/normalize.py 18.75% 39 Missing :warning:
petab/v2/problem.py 22.22% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #303 +/- ## =========================================== + Coverage 72.80% 74.31% +1.50% =========================================== Files 51 52 +1 Lines 4840 4897 +57 Branches 1035 1050 +15 =========================================== + Hits 3524 3639 +115 + Misses 1018 960 -58 Partials 298 298 ```

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