Fix canonical municipality partition parsing
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 00:49:03 +02:00
parent bcbdaa10fc
commit 3b94dbc9c7
2 changed files with 3 additions and 9 deletions
@@ -258,7 +258,7 @@ def test_regional_bwk_uses_only_canonical_preclipped_municipality_partitions() -
)
assert VectorFeatureService.preclipped_partition_filter(
dataset, "Gemeente Mol - officiële grens"
dataset, "Gemeente Mol - officiele grens"
) == ("municipality", "Mol")
assert VectorFeatureService.preclipped_partition_filter(
dataset, "Vervoerregio Kempen - officiële operationele grens"
@@ -266,5 +266,5 @@ def test_regional_bwk_uses_only_canonical_preclipped_municipality_partitions() -
dataset.provenance_metadata = {"operator_tool": "unrelated_operator.py"}
assert VectorFeatureService.preclipped_partition_filter(
dataset, "Gemeente Mol - officiële grens"
dataset, "Gemeente Mol - officiele grens"
) is None