Skip to content

Commit

Permalink
some fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Oct 21, 2024
1 parent 776b887 commit c43829c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hisim/components/generic_heat_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_main_classname(cls):

@classmethod
def get_default_config_heating(
cls, building_name: str = "BUI1", thermal_power_in_watt: float = 6200.0, name: str = "HeatingHeatSource"
cls, building_name: str = "BUI1", thermal_power_in_watt: float = 6200.0, name: str = "HeatingHeatSource"
) -> "HeatSourceConfig":
"""Returns default configuration of a Heat Source used for heating."""
config = HeatSourceConfig(
Expand Down

0 comments on commit c43829c

Please sign in to comment.