We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f47e3 commit 3618db8Copy full SHA for 3618db8
python/sdist/amici/_symbolic/de_model.py
@@ -2689,7 +2689,7 @@ def has_implicit_event_assignments(self) -> bool:
2689
:return:
2690
boolean indicating if event assignments with implicit triggers are present
2691
"""
2692
- return any(event.updates_state and not event.has_explicit_trigger_times() for event in self._events)
+ return any(event.updates_state and not event.has_explicit_trigger_times({}) for event in self._events)
2693
2694
def toposort_expressions(
2695
self, reorder: bool = True
0 commit comments