ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
206 stars 44 forks source link

Notebook on history usage and comparison of multiple results. #1389

Closed PaulJonasJost closed 1 month ago

PaulJonasJost commented 2 months ago

Due to a recent question, I realised that we don't have any example on history usage (not that I found it) beyond the storage and loading. Added a small notebook to highlight some usacases for a history.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 82.88%. Comparing base (d38005e) to head (9c66127).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1389 +/- ## =========================================== - Coverage 83.98% 82.88% -1.11% =========================================== Files 160 160 Lines 13061 13061 =========================================== - Hits 10969 10825 -144 - Misses 2092 2236 +144 ```

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

dweindl commented 2 months ago

Wouldn't some non-ODE model (Rosenbrock, ...) be sufficient here? 1) faster 2) fewer dependencies 3) doesn't confuse non-amici/petab users