test(epc-prediction): re-baseline modal_glazing floor after main merge

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 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-06-15 15:04:34 +00:00
parent 0b2827e9ff
commit aea2d7150f

View file

@ -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,
}