docs: record Mol benchmark decision
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 12:40:11 +02:00
parent 9f61037794
commit 5db93a9530
7 changed files with 57 additions and 7 deletions
@@ -179,6 +179,8 @@ def test_mol_benchmark_is_wired_into_existing_operator_pipeline() -> None:
assert 'enriched["operational_zone"]' in multi
assert "build_mol_operational_benchmark_report.py" in runner
assert "MOL_MIN_REFERENCE_COVERAGE" in runner
assert 'MOL_MIN_REFERENCE_COVERAGE="${MOL_MIN_REFERENCE_COVERAGE:-0.90}"' in runner
assert 'default=0.90' in (ROOT / "scripts" / "build_mol_operational_benchmark_report.py").read_text(encoding="utf-8")
assert "py_compile scripts/build_mol_operational_benchmark_report.py" in readiness
assert "COPY scripts/build_mol_operational_benchmark_report.py" in dockerfile
assert "fixture_mode" not in runner