Skip to content

Commit

Permalink
added testcase for DeleteMeshOption.FACES_WITH_INCLUDED_CIRCUMCENTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 18, 2024
1 parent 7d4e7fa commit 5a760fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dflowfm/test_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,10 @@ def test_create_2d_multiple_grids():
[
(DeleteMeshOption.INSIDE_NOT_INTERSECTED, False, 22, 68, 13),
(DeleteMeshOption.INSIDE_AND_INTERSECTED, False, 30, 98, 20),
(DeleteMeshOption.FACES_WITH_INCLUDED_CIRCUMCENTERS, False, 28, 90, 18),
(DeleteMeshOption.INSIDE_NOT_INTERSECTED, True, 33, 100, 19),
(DeleteMeshOption.INSIDE_AND_INTERSECTED, True, 20, 62, 12),
(DeleteMeshOption.FACES_WITH_INCLUDED_CIRCUMCENTERS, True, 23, 72, 14),
],
)
def test_create_clip_2d(deletemeshoption, inside, nnodes, nedgenodes, nfaces):
Expand Down

0 comments on commit 5a760fa

Please sign in to comment.