mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 10:02:16 +08:00
cleaned up imports for source
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
from SimPEG import Survey, Problem, Utils, np, sp
|
||||
# import SimPEG.EM as EM
|
||||
from SimPEG.EM.Utils import *
|
||||
from scipy.constants import mu_0
|
||||
# from SurveyFDEM import RxFDEM
|
||||
# from SurveyFDEM import Rx
|
||||
|
||||
|
||||
class BaseSrc(Survey.BaseSrc):
|
||||
freq = None
|
||||
# rxPair = EM.FDEM.RxFDEM
|
||||
# rxPair = Rx
|
||||
integrate = True
|
||||
|
||||
def eval(self, prob):
|
||||
|
||||
Reference in New Issue
Block a user