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 imports #298

Closed dweindl closed 2 days ago

dweindl commented 2 days ago

Fixes an issue introduced in #297, which made all optional dependencies required.

codecov-commenter commented 2 days ago

Codecov Report

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

Project coverage is 74.47%. Comparing base (c9074f7) to head (9447f78).

Files Patch % Lines
petab/__init__.py 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #298 +/- ## =========================================== - Coverage 74.49% 74.47% -0.03% =========================================== Files 46 46 Lines 4729 4732 +3 Branches 1034 1034 =========================================== + Hits 3523 3524 +1 - Misses 908 910 +2 Partials 298 298 ```

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