[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-09-25 14:52:51 +00:00
parent 4734618bff
commit 45e5ab15c2

View File

@ -3312,7 +3312,9 @@ def add_enhanced_geothermal(
egs_annuity = calculate_annuity(lt, dr) egs_annuity = calculate_annuity(lt, dr)
egs_potentials["capital_cost"] = ( egs_potentials["capital_cost"] = (
(egs_annuity + 0.02 / 1.02) * egs_potentials["CAPEX"] * Nyears (egs_annuity + 0.02 / 1.02)
* egs_potentials["CAPEX"]
* Nyears
# (egs_annuity + (opex := costs.at["geothermal", "FOM"]) / (1. + opex)) # (egs_annuity + (opex := costs.at["geothermal", "FOM"]) / (1. + opex))
# * egs_potentials["CAPEX"] * Nyears # * egs_potentials["CAPEX"] * Nyears
) )