some cleanup inside of sparse regularization

This commit is contained in:
Lindsey Heagy
2016-03-10 14:25:53 -08:00
parent 33c9059e4e
commit ef4513bcd4
3 changed files with 57 additions and 65 deletions
+1 -1
View File
@@ -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)