syntax correction
This commit is contained in:
parent
f9e73690e1
commit
184b060903
@ -155,7 +155,7 @@ def attach_stores(n, costs):
|
|||||||
efficiency=costs.at['battery inverter','efficiency'],
|
efficiency=costs.at['battery inverter','efficiency'],
|
||||||
capital_cost=costs.at['battery inverter', 'capital_cost'],
|
capital_cost=costs.at['battery inverter', 'capital_cost'],
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
marginal_cost=costs.at["battery inverter", "marginal_cost"]))
|
marginal_cost=costs.at["battery inverter", "marginal_cost"])
|
||||||
|
|
||||||
|
|
||||||
def attach_hydrogen_pipelines(n, costs):
|
def attach_hydrogen_pipelines(n, costs):
|
||||||
|
Loading…
Reference in New Issue
Block a user