From 599adf84ce90a2ba4c494135e43933f0ca22c042 Mon Sep 17 00:00:00 2001 From: stemgene Date: Tue, 26 Nov 2024 20:54:46 -0500 Subject: [PATCH] update --- python/src/rules_engine/engine.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/src/rules_engine/engine.py b/python/src/rules_engine/engine.py index 256eb30b..95fc1b5e 100644 --- a/python/src/rules_engine/engine.py +++ b/python/src/rules_engine/engine.py @@ -397,13 +397,14 @@ class Home: of fuel used, calculates the UA for different billing periods and the standard deviation of the UA values across them. """ + def _init( self, heat_load_input: HeatLoadInput, billing_periods: list[ProcessedEnergyBillIntermediate], dhw_input: Optional[DhwInput], initial_balance_point: float = 60, - ) -> None: + ) -> None: self.fuel_type = heat_load_input.fuel_type self.heat_sys_efficiency = heat_load_input.heating_system_efficiency self.thermostat_set_point = heat_load_input.thermostat_set_point