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.
1 parent f1d2a07 commit 2bd65e2Copy full SHA for 2bd65e2
src/systems/systems.jl
@@ -39,13 +39,13 @@ function structural_simplify(
39
else
40
newsys = newsys′
41
end
42
- if newsys isa DiscreteSystem &&
43
- any(eq -> symbolic_type(eq.lhs) == NotSymbolic(), equations(newsys))
44
- error("""
45
- Encountered algebraic equations when simplifying discrete system. This is \
46
- not yet supported.
47
- """)
48
- end
+ # if newsys isa DiscreteSystem &&
+ # any(eq -> symbolic_type(eq.lhs) == NotSymbolic(), equations(newsys))
+ # error("""
+ # Encountered algebraic equations when simplifying discrete system. This is \
+ # not yet supported.
+ # """)
+ # end
49
for pass in additional_passes
50
newsys = pass(newsys)
51
0 commit comments