Expand regional training contexts to 75 AOIs
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-27 02:44:46 +02:00
parent 65d263a37b
commit 8ddb5e1103
3 changed files with 17 additions and 2 deletions
@@ -19,7 +19,7 @@ def test_portfolio_covers_every_region_split_and_context_family() -> None:
assert len({aoi.slug for aoi in module.AOIS}) == len(module.AOIS)
counts = Counter((aoi.region, aoi.split) for aoi in module.AOIS)
for region in module.REGION_CONTRACT:
assert counts[(region, "train")] >= 10
assert counts[(region, "train")] >= 15
assert counts[(region, "val")] >= 2
assert counts[(region, "calibration")] >= 3
assert counts[(region, "test")] >= 3