Skip to content

Commit e20ba3e

Browse files
committed
.sys
1 parent d9d948b commit e20ba3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_batchlin.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ inputs, outputs = [u.u], [y.u]
3232
Ps, ssys = batch_ss(duffing, inputs, outputs , ops)
3333
@test length(Ps) == N
3434

35-
@test Ps[1] == ss(linearize(duffing, inputs, outputs; op=ops[1])[1]...)
36-
@test Ps[end] == ss(linearize(duffing, inputs, outputs; op=ops[end])[1]...)
35+
@test Ps[1].sys == ss(linearize(duffing, inputs, outputs; op=ops[1])[1]...)
36+
@test Ps[end].sys == ss(linearize(duffing, inputs, outputs; op=ops[end])[1]...)
3737

3838
##
3939

0 commit comments

Comments
 (0)