imcs-compsim / meshpy

A general purpose 3D beam finite element input generator
Other
9 stars 3 forks source link

Remove empty .dat sections #71

Closed davidrudlstorfer closed 3 months ago

davidrudlstorfer commented 3 months ago

Closes #70

Removed empty .dat sections and updated reference files accordingly

Locally all tests succeed with the following output python tests/testing_main.py

/home/rudlstorfer/01_work/01_workspace/meshpy/tests/testing_utility.py:81: UserWarning: Path to baci-release not found. Did you set the environment variable BACI_RELEASE?
  warnings.warn(
...sssss.ss.ss.ss.ss.....................................s................................................ssmesh_1 number of nodes: 13
mesh_1 number of elements: 6
Point couplings before "couple_nodes": 0
Point couplings after "couple_nodes": 6
.
----------------------------------------------------------------------
Ran 109 tests in 2.571s

OK (skipped=16)