We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DiscreteSystem
1 parent 2160a89 commit ec7a3f4Copy full SHA for ec7a3f4
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