Skip to content

Commit b20d4dc

Browse files
committed
Update tests
1 parent b6f52a4 commit b20d4dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/reduction.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,9 @@ D = Differential(t)
240240

241241
eqs = [D(x) ~ σ * (y - x)
242242
D(y) ~ x *- z) - y + β
243-
0 ~ z - x + y
244243
0 ~ a + z
245244
u ~ z + a]
246245

247246
lorenz1 = ODESystem(eqs, t, name = :lorenz1)
248247
lorenz1_reduced = structural_simplify(lorenz1)
249-
@test z in Set(states(lorenz1_reduced))
248+
@test z in Set(parameters(lorenz1_reduced))

0 commit comments

Comments
 (0)