FEM: code formating, unit tests, objs

This commit is contained in:
Bernd Hahnebach
2019-07-05 23:06:45 +02:00
parent 70fb01934b
commit 3678c7fa58

View File

@@ -312,7 +312,8 @@ class TestObjectType(unittest.TestCase):
)
self.assertEqual(
'Fem::FemSolverObjectElmer',
type_of_obj(solverelmer))
type_of_obj(solverelmer)
)
self.assertEqual(
'Fem::FemSolverObjectZ88',
type_of_obj(ObjectsFem.makeSolverZ88(doc))