Skip to content

Commit d3b603c

Browse files
Fix for testing on our minimal machine
1 parent 39a1c46 commit d3b603c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aviary/subsystems/aerodynamics/test/test_external_mission_aero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestBattery(av.TestSubsystemBuilderBase):
1818
subsystems in mission are correctly promoting inputs/outputs.
1919
"""
2020

21-
@require_pyoptsparse(optimizer="SNOPT")
21+
@require_pyoptsparse(optimizer="IPOPT")
2222
def test_external_drag(self):
2323

2424
# Just do cruise in this example.

0 commit comments

Comments
 (0)