Skip to content

Commit

Permalink
switch brachistochrone control rate targets test to use ScipyOptimize…
Browse files Browse the repository at this point in the history
…Driver.
  • Loading branch information
robfalck committed Nov 22, 2024
1 parent a224953 commit 010ec79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_brachistochrone_control_rate_targets(self):
with self.subTest(f'{tx_name=} {control_target_method=} {control_type=}'):

p = om.Problem(model=om.Group())
p.driver = om.pyOptSparseDriver(optimizer='SLSQP', print_results=False)
p.driver = om.ScipyOptimizeDriver()
p.driver.declare_coloring()

traj = dm.Trajectory()
Expand Down

0 comments on commit 010ec79

Please sign in to comment.