PEtab-dev / libpetab-python

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

Fix `flatten_timepoint_specific_output_overrides` not supporting obse… #235

Closed dweindl closed 6 months ago

dweindl commented 6 months ago

…rvableParameter overrides as placeholders in noise formulae

Fixes #234

Also fixes return type annotation, makes test more readable, and uses more informative assertions.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4e6a018) 76.28% compared to head (b55ebad) 76.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #235 +/- ## ======================================= Coverage 76.28% 76.29% ======================================= Files 34 34 Lines 3188 3189 +1 Branches 774 774 ======================================= + Hits 2432 2433 +1 Misses 554 554 Partials 202 202 ```

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