Skip to content
Open
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: 5 additions & 0 deletions doc/example/petab_import.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
"print(\"Model states: \", list(model.getStateIds()), \"\\n\")"
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "The AMICI model can be used to directly simulate the model and customize outputs such as states, sensitivities, and observables. For more details, see the `amici notebook`. We want to integrate this simulation model into an objective function we can repeatedly call during optimization."
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't find this reference particularly helpful here. That other notebook is mostly irrelevant to PEtab users. I'd rather remove the whole Import model to AMICI section here, unless it's extended.

{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading