mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-06 05:16:51 +08:00
added to the startup file.
This commit is contained in:
@@ -224,7 +224,7 @@ class Problem(object):
|
||||
The modelTransform changes the model into the physical property.
|
||||
The modelTransformDeriv provides the derivative of the modelTransform.
|
||||
"""
|
||||
return sp.eye(m.size)
|
||||
return sp.identity(m.size)
|
||||
|
||||
def createSyntheticData(self, m, std=0.05, u=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user