Update scripts/prepare_sector_network.py
code style update Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
This commit is contained in:
parent
b4d0a8404c
commit
eddeb227a7
@ -385,7 +385,7 @@ def add_carrier_buses(n, carrier, nodes=None):
|
||||
|
||||
n.add("Carrier", carrier)
|
||||
|
||||
unit="MWh_LHV" if carrier=="gas" else "MWH_th"
|
||||
unit = "MWh_LHV" if carrier == "gas" else "MWh_th"
|
||||
|
||||
n.madd("Bus",
|
||||
nodes,
|
||||
|
Loading…
Reference in New Issue
Block a user