Skip to content

vector: Adding test cases for the module V.delaunay #5539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kiraschild
Copy link

This pull request introduces a comprehensive test suite for the v.delaunay module in GRASS GIS. It verifies the correctness of Delaunay triangulation under various scenarios, including standard random point inputs, collinear points (which should produce no areas), the minimum valid number of points (three), and inputs with duplicate coordinates (ensuring deduplication). Additionally, it tests the behavior of the -r and -l flags to confirm expected changes in topology, such as region-limited triangulation and line-only output.

@github-actions github-actions bot added vector Related to vector data processing Python Related code is in Python module tests Related to Test Suite labels Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module Python Related code is in Python tests Related to Test Suite vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant