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 validation for remote files #287

Closed dweindl closed 6 days ago

dweindl commented 6 days ago

Actually load files instead of just checking exists, which failed on remote files.

Closes #286

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 70.58824% with 5 lines in your changes missing coverage. Please review.

Project coverage is 74.37%. Comparing base (6299139) to head (b96dbb8).

Files Patch % Lines
petab/v1/yaml.py 73.33% 3 Missing and 1 partial :warning:
petab/v1/problem.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #287 +/- ## ======================================== Coverage 74.37% 74.37% ======================================== Files 70 70 Lines 4448 4460 +12 Branches 952 870 -82 ======================================== + Hits 3308 3317 +9 - Misses 869 872 +3 Partials 271 271 ```

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