Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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: 1 addition & 4 deletions binder/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"* [Efficient spline interpolation](../doc/examples/example_splines/ExampleSplines.ipynb)\n",
"\n",
" Shows how to add annotated spline formulas to existing SBML models to speed up AMICI's model import.\n",
"\n",
"* [A real-world application of splines](../doc/examples/example_splines_swameye/ExampleSplinesSwameye2003.ipynb)\n",
"\n",
" An illustration of how to apply AMICI's spline functionalities to parameter estimation for a reaction network.\n"
"\n"
]
}
],
Expand Down
4 changes: 3 additions & 1 deletion doc/examples/example_splines/ExampleSplines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"source": [
"# AMICI Python example \"splines\"\n",
"\n",
"This is an example showing how to add spline assignment rules to a pre-existing SBML model."
"This is an example showing how to add spline assignment rules to a pre-existing SBML model.\n",
"\n",
"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)."
]
},
{
Expand Down
Loading
Loading