From 44e8f9e9bf3b7a93e927c97b19c6d2850fd75f19 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 13 Dec 2018 15:38:01 +0100 Subject: [PATCH] FEM: unit tests, reactivate new z88 mesh reader test and mesh reading --- src/Mod/Fem/femtest/testmesh.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Fem/femtest/testmesh.py b/src/Mod/Fem/femtest/testmesh.py index 3df4705dd6..c38fbb2649 100644 --- a/src/Mod/Fem/femtest/testmesh.py +++ b/src/Mod/Fem/femtest/testmesh.py @@ -313,7 +313,6 @@ class TestMeshEleTetra10(unittest.TestCase): # fcc_print(outfile) # fcc_print(testfile) self.femmesh.write(outfile) # write the mesh - ''' due to py3 problems in z88 mesh reader from feminout.importZ88Mesh import read as read_z88 femmesh_testfile = read_z88(outfile) # read the mesh from written mesh femmesh_outfile = read_z88(testfile) # read the mesh from test mesh @@ -350,7 +349,6 @@ class TestMeshEleTetra10(unittest.TestCase): femmesh_testfile.Volumes, "Test writing " + self.elem + " mesh to " + filetyp + " file failed. Volumes are different.\n" ) - ''' def tearDown(self): FreeCAD.closeDocument(self.doc_name)