[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7ac2169ea2
commit
bdc36dc5da
@ -1806,7 +1806,6 @@ def add_heat(n, costs):
|
|||||||
heat_pump_types = ["air"] if "urban" in name else ["ground", "air"]
|
heat_pump_types = ["air"] if "urban" in name else ["ground", "air"]
|
||||||
|
|
||||||
for heat_pump_type in heat_pump_types:
|
for heat_pump_type in heat_pump_types:
|
||||||
|
|
||||||
costs_name = f"{name_type} {heat_pump_type}-sourced heat pump"
|
costs_name = f"{name_type} {heat_pump_type}-sourced heat pump"
|
||||||
efficiency = (
|
efficiency = (
|
||||||
cop[heat_pump_type][nodes[name]]
|
cop[heat_pump_type][nodes[name]]
|
||||||
|
Loading…
Reference in New Issue
Block a user