Skip to content

Commit 1e5f1fb

Browse files
authored
Update wrt parameter description to specify str type
1 parent e260c85 commit 1e5f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoptsparse/pyOpt_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def addConGroup(
406406
407407
jac = {"dvName" : A, ...}, lower = gL - b, upper = gU - b
408408
409-
wrt : iterable (list, set, OrderedDict, array etc), optional
409+
wrt : iterable of str, optional
410410
'wrt' stands for 'With Respect To'. This specifies which dvs this constraint is assumed to depend on, and
411411
therefore which blocks of the Jacobian will have non-zero values. The order is not important. By default the
412412
constraint is assumed to depend on all design variables.

0 commit comments

Comments
 (0)