Add PEtab SciML example notebook#3208
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3208 +/- ##
==========================================
- Coverage 78.46% 77.83% -0.63%
==========================================
Files 317 317
Lines 20974 20974
Branches 1482 1482
==========================================
- Hits 16458 16326 -132
- Misses 4508 4640 +132
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
54004fc to
eba5f44
Compare
FFroehlich
left a comment
There was a problem hiding this comment.
👍 @dweindl does this look good to you?
The example itself looks good to me, thanks. |
See PEtab-dev/libpetab-python#503 for an alternative |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Thanks @dweindl! I cleared the notebook outputs so it executes like the others do and updated the file fetch to use the CDN you recommended. |
dweindl
left a comment
There was a problem hiding this comment.
Great, thanks. Looks good now.
The notebook uses the Dandekar petab sciml benchmark. It demonstrates loading the problem, running simulations and implementing a basic training loop.