Skip to content

Commit e38b0a5

Browse files
committed
Merge branch 'test'
2 parents 35b15b1 + 09597e9 commit e38b0a5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_uncertainty.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ blocks, M = RobustAndOptimalControl.blocksort(P)
258258
@test M[7,6] == P.M[6, 5] # test that the permutation was correctly applied, only test for the complex permutation
259259
@test M[1:3,1:2] == P.M[2:4, 2:3]# test that the permutation was correctly applied, only test for the matrix block
260260

261+
262+
## Test structured_singular_value with different kinds of blocks
261263
w = exp10.(LinRange(-2, 2, 500))
262264
delta = δss(1,1)
263265
P = (tf(1,[1, .2, 1])) * (1+0.2*delta)

test/test_weights.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using ControlSystems
2+
using MonteCarloMeasurements
23
using RobustAndOptimalControl.Weights
34
w = neglected_delay(1)
45
@test dcgain(w)[] < 1e-6

0 commit comments

Comments
 (0)