Update scripts/add_electricity.py
Co-authored-by: Fabian Hofmann <fab.hof@gmx.de>
This commit is contained in:
parent
e38a0a9d34
commit
e24ca89a05
@ -125,7 +125,8 @@ def add_missing_carrier(n):
|
|||||||
components = [n.buses, n.generators, n.lines, n.links, n.storage_units, n.stores]
|
components = [n.buses, n.generators, n.lines, n.links, n.storage_units, n.stores]
|
||||||
for c in components:
|
for c in components:
|
||||||
missing_carrier = np.setdiff1d(c.carrier.unique(), n.carriers.index)
|
missing_carrier = np.setdiff1d(c.carrier.unique(), n.carriers.index)
|
||||||
n.madd("Carrier", missing_carrier)
|
if len(missing_carrier):
|
||||||
|
n.madd("Carrier", missing_carrier)
|
||||||
|
|
||||||
|
|
||||||
def _add_missing_carriers_from_costs(n, costs, carriers):
|
def _add_missing_carriers_from_costs(n, costs, carriers):
|
||||||
|
Loading…
Reference in New Issue
Block a user