fem-windows test failing: possible related to smesh

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

fem-windows test failing: possible related to smesh

Post by looo »

recently I saw a fem test failing in version 0.19.3 on windows.

Code: Select all

======================================================================
ERROR: test_tetra10_unv (femtest.app.test_mesh.TestMeshEleTetra10)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "%PREFIX%\Library\Mod\Fem\femtest\app\test_mesh.py", line 463, in test_tetra10_unv
    self.compare_mesh_files(
  File "%PREFIX%\Library\Mod\Fem\femtest\app\test_mesh.py", line 334, in compare_mesh_files
    femmesh_testfile.Volumes[0],
IndexError: tuple index out of range

----------------------------------------------------------------------
I guess this is related to smesh. Any ideas what's wrong here. Maybe this is fixed with the internal smesh but not with the version I use.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: fem-windows test failing: possible related to smesh

Post by looo »

Is there a possibility to run only the failing test?
Post Reply