From 4b0f3a9cb18ae967d570192bd6946cb93adeea00 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:10:22 -0700 Subject: [PATCH] changed to numpy for sqrt --- aero_astro_calc/PlaneStress.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aero_astro_calc/PlaneStress.py b/aero_astro_calc/PlaneStress.py index fd65fc5..8cacbce 100644 --- a/aero_astro_calc/PlaneStress.py +++ b/aero_astro_calc/PlaneStress.py @@ -1,10 +1,7 @@ -from math import sqrt - +from aero_astro_calc.dependencies.LatexLabel import LatexLabel from bokeh.models import Arrow from bokeh.plotting import figure, show -from numpy import linspace, sin, cos, pi - -from aero_astro_calc.dependencies.LatexLabel import LatexLabel +from numpy import cos, linspace, pi, sin, sqrt class PlaneStress: