mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 20:41:22 +08:00
typo in Regularization.py
This commit is contained in:
@@ -55,7 +55,7 @@ class BaseRegularization(object):
|
||||
@property
|
||||
def W(self):
|
||||
"""Full regularization weighting matrix W."""
|
||||
return self._Pac.T * sp.identity(self.mesh.nC) * self. # or do we want sp.identity(self.mesh.nC) or even just Utils.Identity() ?
|
||||
return self._Pac.T * sp.identity(self.mesh.nC) * self._Pac # or do we want sp.identity(self.mesh.nC) or even just Utils.Identity() ?
|
||||
|
||||
@property
|
||||
def _Pac(self):
|
||||
|
||||
Reference in New Issue
Block a user