Skip to content

Commit 110ca7e

Browse files
committed
rateof
1 parent 6598f11 commit 110ca7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/sdist/amici/de_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ def get_rate(symbol: sp.Symbol):
532532
for component in chain(
533533
self.observables(),
534534
self._algebraic_equations,
535+
self.events(),
535536
):
536537
if rate_ofs := component.get_val().find(rate_of_func):
537538
if isinstance(component, AlgebraicEquation):

0 commit comments

Comments
 (0)