mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-15 11:26:09 +08:00
updates to problem and data.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class BaseProblem(object):
|
||||
def __init__(self, mesh, model, *args, **kwargs):
|
||||
Utils.setKwargs(self, **kwargs)
|
||||
self.mesh = mesh
|
||||
assert isinstance(d, self.modelPair), "Model object must be an instance of a %s class."%(self.modelPair.__name__)
|
||||
assert isinstance(model, self.modelPair), "Model object must be an instance of a %s class."%(self.modelPair.__name__)
|
||||
self.model = model
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user