We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DiscreteSystem
1 parent 5f81ec7 commit 795715fCopy full SHA for 795715f
src/systems/systems.jl
@@ -43,10 +43,6 @@ function structural_simplify(
43
end
44
if newsys isa DiscreteSystem &&
45
any(eq -> symbolic_type(eq.lhs) == NotSymbolic(), equations(newsys))
46
- error("""
47
- Encountered algebraic equations when simplifying discrete system. Please construct \
48
- an ImplicitDiscreteSystem instead.
49
- """)
50
51
for pass in additional_passes
52
newsys = pass(newsys)
0 commit comments