Skip to content

GRIDEDIT-2293 Refactor inner boundary polygons - #278

Merged
BillSenior merged 3 commits into
mainfrom
feature/GRIDEDIT-2293_separate_polygon_loops
Aug 17, 2026
Merged

GRIDEDIT-2293 Refactor inner boundary polygons#278
BillSenior merged 3 commits into
mainfrom
feature/GRIDEDIT-2293_separate_polygon_loops

Conversation

@BillSenior

Copy link
Copy Markdown
Contributor

No description provided.

@BillSenior BillSenior changed the title GRIDEDIT-2293 Update comment GRIDEDIT-2293 Refactor inner boundary polygons Aug 6, 2026
@BillSenior
BillSenior force-pushed the feature/GRIDEDIT-2293_separate_polygon_loops branch from 2a5c6a6 to 9ab43aa Compare August 13, 2026 14:11
@BillSenior
BillSenior requested a lite review from Copilot August 17, 2026 13:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates MeshKernelPy’s polygon-boundary behavior expectations and clarifies the Python API documentation around inner boundary polygons.

Changes:

  • Updates the expected coordinate ordering in the mesh2d_get_mesh_boundaries_as_polygons test.
  • Refines the docstring text for mesh2d_get_mesh_inner_boundaries_as_polygons.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
tests/test_mesh2d_basics.py Adjusts expected boundary polygon coordinates for a basic mesh boundary test.
meshkernel/meshkernel.py Updates docstring wording for the inner-boundary polygons API.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread tests/test_mesh2d_basics.py
Comment thread meshkernel/meshkernel.py
@BillSenior
BillSenior merged commit 4cded1f into main Aug 17, 2026
6 of 12 checks passed
@BillSenior
BillSenior deleted the feature/GRIDEDIT-2293_separate_polygon_loops branch August 17, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internal boundaries polygon is actually deletion polygons before mesh2d_set()

2 participants