Skip to content

Commit

Permalink
Update build_base_industry_totals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek authored Jun 24, 2024
1 parent f504501 commit 3944831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_base_industry_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def create_industry_base_totals(df):

# Loading config file and wild cards

year = snakemake.config["demand_data"]["base_year"]
countries = snakemake.config["countries"]
year = snakemake.params.base_year
countries = snakemake.params.countries

transactions_from_list = snakemake.config["industry"]

Expand Down

0 comments on commit 3944831

Please sign in to comment.