Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stemgene committed Nov 27, 2024
1 parent 480e905 commit 599adf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/rules_engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 599adf8

Please sign in to comment.