We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a1c46 commit d3b603cCopy full SHA for d3b603c
aviary/subsystems/aerodynamics/test/test_external_mission_aero.py
@@ -18,7 +18,7 @@ class TestBattery(av.TestSubsystemBuilderBase):
18
subsystems in mission are correctly promoting inputs/outputs.
19
"""
20
21
- @require_pyoptsparse(optimizer="SNOPT")
+ @require_pyoptsparse(optimizer="IPOPT")
22
def test_external_drag(self):
23
24
# Just do cruise in this example.
0 commit comments