fix syntax error in master
This commit is contained in:
parent
ed3fec4664
commit
05c2332420
@ -1931,7 +1931,7 @@ def maybe_adjust_costs_and_potentials(n, opts):
|
|||||||
else:
|
else:
|
||||||
if attr == 'p_nom_max':
|
if attr == 'p_nom_max':
|
||||||
comps = {"Generator", "Link", "StorageUnit"}
|
comps = {"Generator", "Link", "StorageUnit"}
|
||||||
elif attr = 'e_nom_max':
|
elif attr == 'e_nom_max':
|
||||||
comps = {"Store"}
|
comps = {"Store"}
|
||||||
else:
|
else:
|
||||||
comps = {"Generator", "Link", "StorageUnit", "Store"}
|
comps = {"Generator", "Link", "StorageUnit", "Store"}
|
||||||
|
Loading…
Reference in New Issue
Block a user