mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
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:
parent
0b2827e9ff
commit
aea2d7150f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue