Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent 9f5fb3f commit e18d8dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ rule build_base_energy_totals:

rule prepare_energy_totals:
params:
countries= config["countries"],
base_year= config["demand_data"]["base_year"],
sector_options= config["sector"],
countries=config["countries"],
base_year=config["demand_data"]["base_year"],
sector_options=config["sector"],
input:
unsd_paths="data/energy_totals_base.csv",
efficiency_gains_cagr="data/demand/efficiency_gains_cagr.csv",
Expand Down Expand Up @@ -592,7 +592,7 @@ rule build_industrial_database:

rule prepare_db:
params:
tech_colors= config["plotting"]["tech_colors"],
tech_colors=config["plotting"]["tech_colors"],
input:
network=RDIR
+ "/postnetworks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{sopts}_{planning_horizons}_{discountrate}_{demand}_{h2export}export.nc",
Expand Down

0 comments on commit e18d8dd

Please sign in to comment.