mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 22:23:39 +08:00
we don't support m is none
This commit is contained in:
@@ -36,7 +36,7 @@ class BaseFDEMProblem(BaseEMProblem):
|
||||
surveyPair = SurveyFDEM
|
||||
fieldsPair = Fields
|
||||
|
||||
def fields(self, m=None):
|
||||
def fields(self, m):
|
||||
"""
|
||||
Solve the forward problem for the fields.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user