mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-13 16:08:12 +08:00
some cleanup inside of sparse regularization
This commit is contained in:
@@ -18,7 +18,7 @@ class RegularizationTests(unittest.TestCase):
|
||||
mesh3 = Mesh.TensorMesh([hx, hy, hz])
|
||||
self.meshlist = [mesh1,mesh2, mesh3]
|
||||
|
||||
if testReg:
|
||||
if testReg:
|
||||
def test_regularization(self):
|
||||
for R in dir(Regularization):
|
||||
r = getattr(Regularization, R)
|
||||
|
||||
Reference in New Issue
Block a user