Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ jobs:
- name: Install python package
run: scripts/installAmiciSource.sh

- name: Install torch (for PEtab-SciML notebook)
run: |
source ./venv/bin/activate \
&& python -m pip install "petab_sciml[torch] @ git+https://github.com/petab-dev/petab_sciml.git@main"
Comment thread
dweindl marked this conversation as resolved.

- name: example notebooks
run: scripts/runNotebook.sh doc/examples/example_*/

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ venv/*
.coverage
tests/sciml/models/*
amici_models
doc/examples/example_petab_sciml/Dandekar_Patterns2020/
248 changes: 248 additions & 0 deletions doc/examples/example_petab_sciml/ExamplePEtabSciML.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/python_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Various example notebooks.
examples/example_large_models/example_performance_optimization.ipynb
examples/example_jax/ExampleJax.ipynb
examples/example_jax_petab/ExampleJaxPEtab.ipynb
examples/example_petab_sciml/ExamplePEtabSciML.ipynb
examples/example_splines/ExampleSplines.ipynb
Loading