Skip to content

Commit cc55c45

Browse files
authored
doc: Update caveats (#2930)
1 parent 1fac31f commit cc55c45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/python_caveats.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ models. However, there are some limitations to be aware of:
1919
discontinuities (e.g. events).
2020
See `this issue <https://github.com/AMICI-dev/AMICI/issues/18>`__.
2121

22-
* Sensitivity analysis for DAE models with events is not supported.
23-
See `this issue <https://github.com/AMICI-dev/AMICI/issues/2102>`__.
24-
2522
* Sensitivities may be incorrect for models with cascading events, where
2623
secondary events have a bolus.
2724

@@ -47,6 +44,8 @@ sensitivities. However, there are some limitations to be aware of:
4744
crosses the threshold before the discontinuity is reached.
4845
In this case, specify some large last output time instead of infinity to
4946
ensure that simulation does not stop prematurely.
47+
Note that AMICI only checks the model state (`x`), but not observables (`y`)
48+
or other model expressions (`w`) for steady state conditions.
5049

5150
* When computing steady states using Newton's method, only initial events
5251
will be handled. Subsequent events will be ignored.

0 commit comments

Comments
 (0)