Updated code to use SimPEG.EM instead of simpegEM module.

This commit is contained in:
GudniRos
2016-01-12 16:51:10 -08:00
parent 2dceea25ec
commit 02afcabd7d
6 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from SimPEG import Survey, Problem, Utils, Models, np, sp, mkvc, SolverLU as SimpegSolver
from simpegEM.Utils.EMUtils import omega
from SimPEG.EM.Utils import omega
from scipy.constants import mu_0
from simpegMT.BaseMT import BaseMTProblem
from simpegMT.SurveyMT import SurveyMT