From 688bb4d601db1fe3c31a2432a9c8afcc6a777eeb Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 16 Jun 2026 15:01:34 +0000 Subject: [PATCH] =?UTF-8?q?test(corpus):=20ratchet=20SAP=20ceiling=200.99-?= =?UTF-8?q?>0.97=20(=C2=A73.9.2=20Type-2=20RR)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- tests/infrastructure/epc_client/test_sap_accuracy_corpus.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/infrastructure/epc_client/test_sap_accuracy_corpus.py b/tests/infrastructure/epc_client/test_sap_accuracy_corpus.py index aa05c9af..5f8d3669 100644 --- a/tests/infrastructure/epc_client/test_sap_accuracy_corpus.py +++ b/tests/infrastructure/epc_client/test_sap_accuracy_corpus.py @@ -95,8 +95,11 @@ _CORPUS = Path( # 67.3% -> 67.5% (MAE 1.020 -> 0.987). The follow-on `common_wall_*` Detailed-RR # surfaces (billed at main-wall U, deducted from the §3.10.1 residual) took the # 6-cert detailed-common-wall cohort 2.43 -> 1.25; corpus -> 67.6% (MAE 0.979). +# The §3.9.2 Simplified Type-2 RR mapper (room_in_roof_type_2: gable quadratic + +# common-wall L×(0.25+H), MIRRORING the worksheet-validated Summary path, +# cross-mapper-parity-exact on cert 000565) -> 67.9% (MAE 0.959). _MIN_WITHIN_HALF_SAP = 0.67 -_MAX_SAP_MAE = 0.99 +_MAX_SAP_MAE = 0.97 _MAX_CO2_MAE_TONNES = 0.35 # t CO2 / yr vs co2_emissions_current _MAX_PE_PER_M2_MAE = 16.0 # kWh / m2 / yr vs energy_consumption_current