PEtab-dev / petab_select

Repository for development of the model selection extension
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

User-calibrated models #87

Open dilpath opened 5 months ago

dilpath commented 5 months ago

Allow users to supply previously-calibrated models.

Currently, PEtab Select still sends this models to the calibration tool, and the calibration tool needs to skip them manually by seeing that the models already have their criterion set.

TODO: handle this fully on the PEtab Select side.

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 57.35%. Comparing base (9ab8a23) to head (1777019).

Files Patch % Lines
petab_select/ui.py 11.76% 15 Missing :warning:
petab_select/candidate_space.py 50.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## model_hashes_nicer #87 +/- ## ====================================================== - Coverage 57.85% 57.35% -0.50% ====================================================== Files 14 14 Lines 1554 1578 +24 ====================================================== + Hits 899 905 +6 - Misses 655 673 +18 ```

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