Skip to content

Commit

Permalink
Remove a test due to changes on eCONTA174 (consider as linear/quadrat…
Browse files Browse the repository at this point in the history
…ic instead of semi parabolic) (#1746)
  • Loading branch information
MichaelNale authored Sep 24, 2024
1 parent 6d0e2bc commit 9401cf5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_meshregion.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,17 +643,6 @@ def test_mesh_deep_copy2(simple_bar_model, server_type):
)


@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
reason="Bug in server version lower than 4.0",
)
def test_semi_parabolic_meshed_region(server_type, allkindofcomplexity):
mesh = dpf.core.Model(allkindofcomplexity, server=server_type).metadata.meshed_region
has_semi_par = False
el = mesh.elements[0]
assert dpf.core.element_types.descriptor(el.type).n_nodes != len(el.connectivity)


@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
reason="Bug in server version lower than 4.0",
Expand Down

0 comments on commit 9401cf5

Please sign in to comment.