Skip to content

Commit

Permalink
.......
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 26, 2024
1 parent d855766 commit ebafbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/de_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ def static_indices(self, name: str) -> list[int]:
not self._splines or "AmiciSpline" not in str(expr)
)
and (
not expr.has(dynamic_syms)
not expr.has(*dynamic_syms)
or all(
expr.diff(dyn_sym).is_zero
for dyn_sym in dynamic_syms
Expand Down

0 comments on commit ebafbfb

Please sign in to comment.