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 5 months ago

dweindl commented 5 months ago

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

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 74.36%. Comparing base (fdd9d95) to head (2b20121).

Files with missing lines 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.86% 74.36% +1.49% =========================================== Files 51 52 +1 Lines 4842 4899 +57 Branches 826 840 +14 =========================================== + Hits 3528 3643 +115 + Misses 1018 960 -58 Partials 296 296 ```

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