Skip to content

Commit

Permalink
Merge branch 'main' into 657-investigate-numpy-200-support
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Oct 23, 2024
2 parents 9defb59 + 02e3eec commit 9fbbd33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ numpy = [
]
pydantic = "^2.5"
lxml = "^4.6"
meshkernel = "^4.2.0"
meshkernel = "^5.0.1"
strenum = "^0"

[tool.poetry.dev-dependencies]
Expand Down
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 9fbbd33

Please sign in to comment.