mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-04 22:47:09 +08:00
minor fix
This commit is contained in:
@@ -63,10 +63,10 @@ def halfSpaceProblemAnaDiff(meshType, sig_half=1e-2, rxOffset=50., bounds=None,
|
||||
return log10diff
|
||||
|
||||
|
||||
# class TDEM_SimpleSrcTests(unittest.TestCase):
|
||||
# def test_source(self):
|
||||
# waveform = EM.TDEM.SurveyTDEM.StepOffWaveform()
|
||||
# assert waveform.eval(0.) == 0.
|
||||
class TDEM_SimpleSrcTests(unittest.TestCase):
|
||||
def test_source(self):
|
||||
waveform = EM.TDEM.Src.StepOffWaveform()
|
||||
assert waveform.eval(0.) == 0.
|
||||
|
||||
|
||||
class TDEM_bTests(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user