Skip to content

Commit fedb41a

Browse files
committed
up test
1 parent 1c20bf2 commit fedb41a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test_reduction.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ sysr_coprime_scale, _, _ = baltrunc_coprime(sys_siso; n=3, scaleY=scaleY, scaleU
330330

331331

332332
# baltrunc_unstab: compare frequency response with and without scaling
333-
sys_unstab = ss([1.0], [1.0], [1.0], [0.0]) # Unstable pole
334-
sysr_unstab_noscale, _, _ = baltrunc_unstab(sys_unstab; n=3)
335-
sysr_unstab_scale, _, _ = baltrunc_unstab(sys_unstab; n=3, scaleY=scaleY, scaleU=scaleU)
333+
sysr_unstab_noscale, _, _ = baltrunc_unstab(sys_siso; n=3)
334+
sysr_unstab_scale, _, _ = baltrunc_unstab(sys_siso; n=3, scaleY=scaleY, scaleU=scaleU)
336335
@test sysr_unstab_noscale.nx == sysr_unstab_scale.nx == 3
337336
@test hinfnorm2(minreal(sysr_unstab_noscale - sysr_unstab_scale))[1] < 1e-5

0 commit comments

Comments
 (0)