Skip to content

Commit 2bd65e2

Browse files
committed
up
1 parent f1d2a07 commit 2bd65e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/systems/systems.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ function structural_simplify(
3939
else
4040
newsys = newsys′
4141
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
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
4949
for pass in additional_passes
5050
newsys = pass(newsys)
5151
end

0 commit comments

Comments
 (0)