*ARCHIVED* development moved to aircraft-studio.
remove unnecessary math inclusions
creator.py
@@ -16,9 +16,10 @@
16
16
import sys
17
17
import os.path
18
18
import numpy as np
19
Removed:
from math import sin, cos, tan, atan, sqrt, ceil
19
Added:
from math import sin, cos, atan, sqrt
20
20
import bisect as bi
21
21
import matplotlib.pyplot as plt
22
Added:
22
23
23
24
# This variable is required for main.py constant wing dimensions
24
25
# to be passed to inheriting classes (Airfoil, Spar, Stringer, Rib).