PEtab-dev / libpetab-python

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

Drop an index if it's reset #262

Closed dilpath closed 1 month ago

dilpath commented 1 month ago

Only really important for the conditions table probably, because there you get some column named index that fails petablint.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 76.33%. Comparing base (128da31) to head (6c05dcd).

Files Patch % Lines
petab/mapping.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #262 +/- ## =========================================== + Coverage 76.31% 76.33% +0.01% =========================================== Files 36 36 Lines 3230 3228 -2 Branches 783 783 =========================================== - Hits 2465 2464 -1 + Misses 560 559 -1 Partials 205 205 ```

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