From 3944831aac0e3f275fa25fb762abdbb1356069f0 Mon Sep 17 00:00:00 2001 From: Hazem <87850910+hazemakhalek@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:08:13 +0200 Subject: [PATCH] Update build_base_industry_totals.py --- scripts/build_base_industry_totals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_base_industry_totals.py b/scripts/build_base_industry_totals.py index f7fc9775..de113644 100644 --- a/scripts/build_base_industry_totals.py +++ b/scripts/build_base_industry_totals.py @@ -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"]