mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 05:43:26 +08:00
remove duplicate evalSmall
This commit is contained in:
@@ -469,10 +469,6 @@ class Simple(BaseRegularization):
|
||||
self._W = sp.vstack(wlist)
|
||||
return self._W
|
||||
|
||||
@Utils.timeIt
|
||||
def _evalSmall(self, m):
|
||||
r = self.Wsmall * ( self.mapping * (m - self.mref) )
|
||||
return 0.5 * r.dot(r)
|
||||
|
||||
@property
|
||||
def W(self):
|
||||
|
||||
Reference in New Issue
Block a user