[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-05 14:06:24 +00:00
parent 10dccd085f
commit de605e2b6b

View File

@ -3565,10 +3565,7 @@ if __name__ == "__main__":
if options.get("enhanced_geothermal"): if options.get("enhanced_geothermal"):
logger.info("Adding Enhanced Geothermal Potential.") logger.info("Adding Enhanced Geothermal Potential.")
add_enhanced_geothermal( add_enhanced_geothermal(
n, n, snakemake.input["egs_potentials"], snakemake.input["egs_overlap"], costs
snakemake.input["egs_potentials"],
snakemake.input["egs_overlap"],
costs
) )
n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards))) n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards)))