Skip to content

Commit

Permalink
Correct tests after fix in invert delete (#191 | GRIDEDIT-1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato authored Oct 17, 2024
1 parent 9211e01 commit ed07f30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_mesh2d_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,16 +446,16 @@ def test_mesh2d_get_node_index_no_node_in_search_radius(
(
True,
DeleteMeshOption.INSIDE_NOT_INTERSECTED,
16,
24,
9,
4,
4,
1,
),
(
True,
DeleteMeshOption.INSIDE_AND_INTERSECTED,
4,
4,
1,
16,
24,
9,
),
(
False,
Expand Down

0 comments on commit ed07f30

Please sign in to comment.