mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 04:44:54 +08:00
c4229b4906
The test work for FDEM branch feat/sourceRefactor commit 9eede4e840
9 lines
216 B
Python
9 lines
216 B
Python
# from EM import *
|
|
import Utils
|
|
# import Tests
|
|
import Sources
|
|
# from BaseMT import SurveyMT, RxMT, srcMT, DataMT, FieldsMT
|
|
import BaseMT
|
|
import SurveyMT, DataMT, FieldsMT
|
|
import ProblemMT1D, ProblemMT2D, ProblemMT3D
|