Skip to content

Commit e03ff7d

Browse files
dweindlFFroehlich
andauthored
Doc: hints for fixing simulation failures (#1946)
Notebook demonstrating common simulation failures and show how to analyze / fix them. Co-authored-by: Fabian Fröhlich <[email protected]>
1 parent 1d68161 commit e03ff7d

File tree

8 files changed

+1016
-4
lines changed

8 files changed

+1016
-4
lines changed

binder/overview.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
"* [Experimental conditions](../python/examples/example_presimulation/ExampleExperimentalConditions.ipynb)\n",
2323
"\n",
2424
" How to represent different experimental conditions in AMICI and how to use preequilibration.\n",
25-
" \n",
25+
"\n",
2626
"* [Steadystate (sensitivities)](../python/examples/example_constant_species/ExampleEquilibrationLogic.ipynb)\n",
2727
"\n",
28-
" Describes and demonstrates the various algorithms for computing steady states and steady-state sensitivities."
28+
" Describes and demonstrates the various algorithms for computing steady states and steady-state sensitivities.\n",
29+
"\n",
30+
"* [Simulation errors](../python/examples/example_errors.ipynb)\n",
31+
"\n",
32+
" Demonstrates common simulation failures and gives some hints for interpreting, debugging, and fixing them.\n"
2933
]
3034
}
3135
],

binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -eou pipefail
33

4+
pip install -e "git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python&egg=benchmark_models_petab"
45
pip install -e python/sdist[petab,pysb]
56

67
scripts/buildBNGL.sh

documentation/example_errors.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../python/examples/example_errors.ipynb

documentation/python_interface.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Examples
148148
petab.ipynb
149149
ExampleExperimentalConditions.ipynb
150150
ExampleEquilibrationLogic.ipynb
151+
example_errors.ipynb
151152

152153
Environment variables affecting model import
153154
============================================

documentation/rtd_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ sphinxcontrib-napoleon>=0.7
2121
pygments==2.13.0
2222
Jinja2==3.1.2
2323
git+https://github.com/readthedocs/readthedocs-sphinx-ext
24+
ipykernel
25+
-e git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python&egg=benchmark_models_petab
2426
-e python/sdist/

0 commit comments

Comments
 (0)