From 3e80d66f714a89a6fca49242e90d82a588e576ab Mon Sep 17 00:00:00 2001 From: eric F Date: Thu, 2 Jun 2022 08:41:30 -0400 Subject: [PATCH] Edit out test import --- scattering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scattering.py b/scattering.py index 50702e7..d4d0bfa 100644 --- a/scattering.py +++ b/scattering.py @@ -8,7 +8,7 @@ University of Delaware Department of Chemical and Biomolecular Engineering. Last import numpy as np import scipy.special as sps import sys -from scattering_test import * +#from scattering_test import * def mie_pi_tau(theta, alpha):