mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
FDEM sign switch due to VMD, tdem renaming of 'test*' to dotest so travis doesn't run them..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user