Skip to content

Commit 22b533e

Browse files
add default value
1 parent 1ffc334 commit 22b533e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/robust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def h2syn(P, nmeas, ncon):
8585
return K
8686

8787

88-
def hinfsyn(P, nmeas, ncon, gamTry):
88+
def hinfsyn(P, nmeas, ncon, gamTry=None):
8989
# TODO: document significance of rcond
9090
"""H-infinity control synthesis for plant P.
9191

0 commit comments

Comments
 (0)