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 Jul 17, 2024
1 parent 3219a68 commit eaacba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ rule build_base_energy_totals:
update_data=config["demand_data"]["update_data"],
base_year=config["demand_data"]["base_year"],
countries=config["countries"],
shift_coal_to_elec=snakemake.config["sector"]["coal"]["shift_to_elec"]
shift_coal_to_elec=snakemake.config["sector"]["coal"]["shift_to_elec"],
input:
unsd_paths="data/demand/unsd/paths/Energy_Statistics_Database.xlsx",
output:
Expand Down Expand Up @@ -732,7 +732,7 @@ rule build_base_industry_totals: #default data
base_year=config["demand_data"]["base_year"],
countries=config["countries"],
other_industries=config["demand_data"]["other_industries"],
industry_config = snakemake.config["industry"]
industry_config=snakemake.config["industry"],
input:
#industrial_production_per_country="data/industrial_production_per_country.csv",
#unsd_path="data/demand/unsd/data/",
Expand Down

0 comments on commit eaacba4

Please sign in to comment.