Skip to content

Commit

Permalink
removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvegh committed Jun 1, 2018
1 parent d827581 commit 69a40fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions regression/scripts/sizing_loop/sizing_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
""" setup file for a sizing loop with a 737-aircraft
"""


# ----------------------------------------------------------------------
# Imports
# ----------------------------------------------------------------------
Expand All @@ -16,12 +15,8 @@

import numpy as np
import copy, time

import matplotlib
import pylab as plt



from SUAVE.Analyses.Process import Process
from SUAVE.Methods.Geometry.Two_Dimensional.Planform import wing_planform
from SUAVE.Methods.Geometry.Two_Dimensional.Planform import wing_planform
Expand All @@ -34,7 +29,6 @@
from SUAVE.Sizing.read_sizing_residuals import read_sizing_residuals
from SUAVE.Sizing.write_sizing_outputs import write_sizing_outputs


import sys, os
sys.path.append('../noise_optimization') #import structure from noise_optimization
sys.path.append('../Vehicles')
Expand Down

0 comments on commit 69a40fe

Please sign in to comment.