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 cfb9d7b commit 2a7972e
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 @@ -358,7 +358,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=config["sector"]["coal"]["shift_to_elec"]
shift_coal_to_elec=config["sector"]["coal"]["shift_to_elec"],
input:
unsd_paths="data/demand/unsd/paths/Energy_Statistics_Database.xlsx",
output:
Expand Down Expand Up @@ -737,7 +737,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 2a7972e

Please sign in to comment.