added to the startup file.

This commit is contained in:
rowanc1
2013-11-26 18:39:16 -08:00
parent b3c75d21a3
commit aea7386938
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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):
"""