Skip to content

Commit

Permalink
minor fix for yzlsm solver
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaorifice committed Feb 26, 2024
1 parent e3c7c94 commit 9c6124c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endure/lsm/solver/yzlsm_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def get_nominal_design(
"method": "SLSQP",
"bounds": get_bounds(
config=self.config,
policy=Policy.YZHybrid,
system=system,
robust=False,
),
Expand Down

0 comments on commit 9c6124c

Please sign in to comment.