mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Slice S0380.117: re-pin golden PE residuals for 0240 + 6035 (track §15)
Slice S0380.116 rounded `A_RR_shell = 12.5 × √(A_RR_floor / 1.5)` to 2 d.p. per RdSAP 10 §15 (p.66). Two certs in the golden corpus have RR-driven cascade paths that fire this rounding: 0240 (TFA 118, age J, RR on BP[0]): PE +12.4941 → +12.4933 6035 (TFA 128, age A, RR + gas combi): PE +46.0936 → +46.0952 CO2 deltas on both are sub-1e-4 (display-precision noise) so those pins stay. All 51 cohort-2 certs are unchanged — their A_RR_shell paths either bypass the Simplified branch (Detailed RR with `slope`/`flat_ceiling` roof lodgements) or have no RR. Per [[feedback-golden-residuals-near-zero]] re-pin to track new cascade output rather than absorb the drift into the test tolerance. The ±0.01 PE / ±0.001 CO2 absolute tolerances on the pin stay; what changes is the expected residual value. Test still passes at ±0.0000 drift on all 53 certs post-repin. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
f2e8b657ce
commit
854b888465
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ _EXPECTATIONS: tuple[_GoldenExpectation, ...] = (
|
|||
cert_number="0240-0200-5706-2365-8010",
|
||||
actual_sap=73,
|
||||
expected_sap_resid=-14,
|
||||
expected_pe_resid_kwh_per_m2=+12.4941,
|
||||
expected_pe_resid_kwh_per_m2=+12.4933,
|
||||
expected_co2_resid_tonnes_per_yr=+0.6957,
|
||||
notes=(
|
||||
"Detached house, TFA 118, age J, oil boiler PCDB-listed + PV + "
|
||||
|
|
@ -145,7 +145,7 @@ _EXPECTATIONS: tuple[_GoldenExpectation, ...] = (
|
|||
cert_number="6035-7729-2309-0879-2296",
|
||||
actual_sap=70,
|
||||
expected_sap_resid=-6,
|
||||
expected_pe_resid_kwh_per_m2=+46.0936,
|
||||
expected_pe_resid_kwh_per_m2=+46.0952,
|
||||
expected_co2_resid_tonnes_per_yr=+1.0495,
|
||||
notes=(
|
||||
"Mid-terrace, TFA 128, age A, gas combi Table 4b code 104. "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue