FDEM sign switch due to VMD, tdem renaming of 'test*' to dotest so travis doesn't run them..

This commit is contained in:
rowanc1
2014-04-30 19:17:32 -07:00
parent 8b30a1fe6a
commit f0e0cade97
2 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ from SimPEG import *
import simpegEM as EM
from scipy.constants import mu_0
plotIt = False
plotIt = True
class FDEM_analyticTests(unittest.TestCase):
@@ -55,7 +55,7 @@ class FDEM_analyticTests(unittest.TestCase):
an = EM.Utils.Ana.FEM.hzAnalyticDipoleF(x, self.Tx0.freq, self.sig)
diff = np.log10(np.abs(P*np.imag(u[self.Tx0, 'b']) - np.abs(mu_0*np.imag(an))))
diff = np.log10(np.abs(P*np.imag(u[self.Tx0, 'b']) - mu_0*np.imag(an)))
if plotIt:
import matplotlib.pyplot as plt