Skip to content

Commit

Permalink
Fix for testing on our minimal machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Jan 15, 2025
1 parent 39a1c46 commit d3b603c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestBattery(av.TestSubsystemBuilderBase):
subsystems in mission are correctly promoting inputs/outputs.
"""

@require_pyoptsparse(optimizer="SNOPT")
@require_pyoptsparse(optimizer="IPOPT")
def test_external_drag(self):

# Just do cruise in this example.
Expand Down

0 comments on commit d3b603c

Please sign in to comment.