Skip to content

Commit ab8d221

Browse files
committed
removed VyPy and PyOpt imports
1 parent 59019b3 commit ab8d221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Regional_Jet_Optimization/Optimize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import matplotlib.pyplot as plt
1818
from SUAVE.Optimization import Nexus, carpet_plot
1919
import SUAVE.Optimization.Package_Setups.scipy_setup as scipy_setup
20-
import VyPy
21-
import pyOpt
20+
#import VyPy
21+
#import pyOpt
2222
# ----------------------------------------------------------------------
2323
# Run the whole thing
2424
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)