mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-11 12:44:29 +08:00
add dbdt to testing
This commit is contained in:
@@ -143,11 +143,15 @@ class TDEM_DerivTests(unittest.TestCase):
|
||||
def test_Jvec_b_bz(self):
|
||||
self.JvecTest('bz')
|
||||
|
||||
def test_Jvec_b_dbxdt(self):
|
||||
self.JvecTest('dbxdt')
|
||||
|
||||
def test_Jvec_b_dbzdt(self):
|
||||
self.JvecTest('dbzdt')
|
||||
|
||||
def test_Jvec_b_ey(self):
|
||||
self.JvecTest('ey')
|
||||
|
||||
else:
|
||||
pass
|
||||
|
||||
|
||||
# ====== TEST Jtvec ========== #
|
||||
@@ -175,6 +179,12 @@ class TDEM_DerivTests(unittest.TestCase):
|
||||
def test_Jvec_adjoint_b_bz(self):
|
||||
self.JvecVsJtvecTest('bz')
|
||||
|
||||
def test_Jvec_adjoint_b_dbxdt(self):
|
||||
self.JvecVsJtvecTest('bx')
|
||||
|
||||
def test_Jvec_adjoint_b_dbzdt(self):
|
||||
self.JvecVsJtvecTest('bz')
|
||||
|
||||
def test_Jvec_adjoint_b_ey(self):
|
||||
self.JvecVsJtvecTest('ey')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user