syntax correction

This commit is contained in:
Max Parzen 2021-03-23 20:27:13 +00:00 committed by GitHub
parent f9e73690e1
commit 184b060903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):