PEtab-dev / libpetab-python

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

Validator: check for positive bounds for log-scaled parameter #278

Closed dweindl closed 1 week ago

dweindl commented 1 week ago

Check the parameter table for positive bounds for log-scaled estimated parameters that don't have an explicit intialization prior.

See discussion in #259

Supersedes and closes #259

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 75.65%. Comparing base (f567a1e) to head (0fce8b2).

Files Patch % Lines
petab/lint.py 50.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #278 +/- ## =========================================== - Coverage 75.68% 75.65% -0.03% =========================================== Files 40 40 Lines 4137 4141 +4 Branches 891 893 +2 =========================================== + Hits 3131 3133 +2 - Misses 744 745 +1 - Partials 262 263 +1 ```

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