Skip to content

Commit ef429a1

Browse files
authored
Remove ExampleSplinesSwameye2003.ipynb (#3043)
The example will be added to pypesto (currently only on ICB-DCM/pyPESTO#1619). This finally gets rid of the circular dependency with pypesto. Closes #3042.
1 parent d8c41f3 commit ef429a1

File tree

9 files changed

+4
-2758
lines changed

9 files changed

+4
-2758
lines changed

binder/overview.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
"* [Efficient spline interpolation](../doc/examples/example_splines/ExampleSplines.ipynb)\n",
4040
"\n",
4141
" Shows how to add annotated spline formulas to existing SBML models to speed up AMICI's model import.\n",
42-
"\n",
43-
"* [A real-world application of splines](../doc/examples/example_splines_swameye/ExampleSplinesSwameye2003.ipynb)\n",
44-
"\n",
45-
" An illustration of how to apply AMICI's spline functionalities to parameter estimation for a reaction network.\n"
42+
"\n"
4643
]
4744
}
4845
],

doc/examples/example_splines/ExampleSplines.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"source": [
77
"# AMICI Python example \"splines\"\n",
88
"\n",
9-
"This is an example showing how to add spline assignment rules to a pre-existing SBML model."
9+
"This is an example showing how to add spline assignment rules to a pre-existing SBML model.\n",
10+
"\n",
11+
"A full application example of using splines to parametrize time-dependent unknown inputs followed by parameter estimation with pypesto can be found in the [pypesto documentation](https://pypesto.readthedocs.io/en/latest/example.html#application-examples)."
1012
]
1113
},
1214
{

0 commit comments

Comments
 (0)