Skip to content

Commit 7d698f1

Browse files
committed
Update reduction tests
1 parent 5fc167e commit 7d698f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reduction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ let
162162
reduced_sys = structural_simplify(connected)
163163
ref_eqs = [
164164
D(ol.x) ~ ol.a*ol.x + ol.b*pc.u_c
165-
0 ~ -pc.u_c - (pc.k_P*((-ol.c*(ol.x)) - (ol.d*(pc.u_c))))
165+
0 ~ pc.k_P*(ol.c*ol.x + ol.d*pc.u_c) - pc.u_c
166166
]
167167
@test ref_eqs == equations(reduced_sys)
168168
end

0 commit comments

Comments
 (0)