diff --git a/.cspell_dict.txt b/.cspell_dict.txt index b0fafd6..9f6b57f 100644 --- a/.cspell_dict.txt +++ b/.cspell_dict.txt @@ -42,6 +42,7 @@ finsberg Francesco functionspace geodir +gmsh gradu Grice Guccione diff --git a/tests/test_geometry.py b/tests/test_geometry.py index 9aef8c9..99ee14f 100644 --- a/tests/test_geometry.py +++ b/tests/test_geometry.py @@ -1,5 +1,6 @@ import math +import gmsh import numpy as np import pytest import ufl @@ -111,6 +112,7 @@ def test_HeartGeometry_lv(tmp_path): # assert np.isclose(geo2.volume("ENDO"), endo_volume, atol=1e-7) +@pytest.mark.skipif(gmsh.__version__ == "4.14.0", reason="GMSH 4.14.0 has a bug with fuse") def test_HeartGeometry_biv(tmp_path): geo1 = cardiac_geometries.mesh.biv_ellipsoid( outdir=tmp_path,