Skip to content

Commit 58475bf

Browse files
Update uncertainty structure description in README.rst example
1 parent 2347d6b commit 58475bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ Example
102102
103103
# Synthesize a controller
104104
omega = np.logspace(-3, 3, 61)
105-
block_structure = np.array([[1, 1], [1, 1], [2, 2]])
105+
block_structure = [
106+
dkpy.ComplexFullBlock(1, 1),
107+
dkpy.ComplexFullBlock(1, 1),
108+
dkpy.ComplexFullBlock(2, 2),
109+
]
106110
K, N, mu, d_scale_fit_info, info = dk_iter.synthesize(
107111
eg["P"],
108112
eg["n_y"],

0 commit comments

Comments
 (0)