FEM: unit test, reactivate nonlin mat unit test for Py3

This commit is contained in:
Bernd Hahnebach
2020-01-30 21:09:59 +01:00
parent d3fe9c9658
commit 9b56b92fe1

View File

@@ -23,14 +23,16 @@
# * *
# ***************************************************************************/
from femtools import ccxtools
import FreeCAD
import unittest
import sys
from os.path import join
import FreeCAD
from femtools import ccxtools
from . import support_utils as testtools
from .support_utils import fcc_print
from os.path import join
class TestCcxTools(unittest.TestCase):
fcc_print("import TestCcxTools")
@@ -187,14 +189,14 @@ class TestCcxTools(unittest.TestCase):
"FEM_ccx_matnonlinear"
)
""" # https://forum.freecadweb.org/viewtopic.php?f=18&t=42821
# test input file writing
self.input_file_writing_test(
test_name=test_name,
base_name=base_name,
analysis_dir=analysis_dir,
)
"""
if sys.version_info.major >= 3:
# https://forum.freecadweb.org/viewtopic.php?f=18&t=42821
self.input_file_writing_test(
test_name=test_name,
base_name=base_name,
analysis_dir=analysis_dir,
)
# ********************************************************************************************
def test_thermomech_flow1D_analysis(