fix: polish measured map quality output
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 03:10:22 +02:00
parent d22abe8e7b
commit 2a9b48d2b5
6 changed files with 33 additions and 4 deletions
@@ -248,6 +248,7 @@ def test_map_detection_qa_uses_documented_footprint_threshold_and_honest_labels(
assert "kandidaten" in hook
assert "precision" in hook.lower()
assert "false, iouThreshold" in app_source
assert "AI-kandidaten" in (ROOT / "frontend" / "src" / "components" / "map" / "MapWorkspace.tsx").read_text(encoding="utf-8")
assert "VectorFeature.id.in_(uuid_identifiers)" in evidence_service
assert "VectorFeature.source_feature_id.in_(identifiers)" in evidence_service
assert "for row in db.query(VectorFeature).filter(VectorFeature.dataset_id" not in evidence_service