Skip to content

Commit

Permalink
Merge branch 'span_fix' of github.com:joanibal/pygeo into span_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Anibal committed Jun 20, 2022
2 parents 0853a3c + 59cb068 commit 3df32b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeo/constraints/areaConstraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def evalTriangulatedSurfConstraintSens(self):
)
return deriv_output

def addConstraintsPyOpt(self, optProb):
def addConstraintsPyOpt(self, optProb, exclude_wrt=None):
"""
Add the constraints to pyOpt, if the flag is set
"""
Expand Down

0 comments on commit 3df32b7

Please sign in to comment.