From de605e2b6b089c8aa8c0e429cc343913cc2c622b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:06:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/prepare_sector_network.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index cf6a585e..cb8af957 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -3565,10 +3565,7 @@ if __name__ == "__main__": if options.get("enhanced_geothermal"): logger.info("Adding Enhanced Geothermal Potential.") add_enhanced_geothermal( - n, - snakemake.input["egs_potentials"], - snakemake.input["egs_overlap"], - costs + n, snakemake.input["egs_potentials"], snakemake.input["egs_overlap"], costs ) n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards)))