From aea2d7150fa46aebd20eca134b0ea87e2576f965 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 15 Jun 2026 15:04:34 +0000 Subject: [PATCH] test(epc-prediction): re-baseline modal_glazing floor after main merge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit main's 'ND' multiple_glazing_type mapper fix (361abc12) changes the mapped ground-truth glazing for one fixture cert, so modal_glazing_type re-baselines 0.5833 -> 0.5556 (21/36 -> 20/36). A mapper change shifts the deterministic fixture rates like a fixture change does — re-baseline, not a prediction regression. All other component floors + residual ceilings unchanged. Co-Authored-By: Claude Opus 4.8 --- tests/domain/epc_prediction/test_component_accuracy_gate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/epc_prediction/test_component_accuracy_gate.py b/tests/domain/epc_prediction/test_component_accuracy_gate.py index 16e663f8..831a2f73 100644 --- a/tests/domain/epc_prediction/test_component_accuracy_gate.py +++ b/tests/domain/epc_prediction/test_component_accuracy_gate.py @@ -48,7 +48,7 @@ _RATE_FLOORS: dict[str, float] = { "roof_insulation_thickness_pm1": 0.4118, "floor_insulation": 0.9375, "has_room_in_roof": 0.8333, - "modal_glazing_type": 0.5833, + "modal_glazing_type": 0.5556, "has_pv": 1.0000, "solar_water_heating": 1.0000, }