Skip to content

Commit

Permalink
FEM: in out unit test, fix yml mesh test
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 11, 2019
1 parent fbafd69 commit 37cf408
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Mod/Fem/femtest/testmesh.py
Expand Up @@ -470,9 +470,8 @@ def test_tetra10_yml(
# femmesh_testfile = Fem.read(outfile) # read the mesh from written mesh
# femmesh_outfile = Fem.read(testfile) # read the mesh from test mesh
# directly use Python methods to read and write files
'''
from feminout.importYamlJsonMesh import write
write(self.femmesh, outfile)
write(outfile, self.femmesh)
from feminout.importYamlJsonMesh import read
femmesh_testfile = read(outfile)
femmesh_outfile = read(testfile)
Expand All @@ -482,7 +481,6 @@ def test_tetra10_yml(
femmesh_outfile,
file_extension
)
'''

# ********************************************************************************************
def test_tetra10_z88(
Expand Down

0 comments on commit 37cf408

Please sign in to comment.