Skip to content

Commit

Permalink
fix CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek committed Nov 15, 2023
1 parent 935cdd1 commit 818e479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ if config["custom_data"].get("industry_demand", False) == False:
rule build_base_industry_totals: #default data
input:
industrial_production_per_country="data/industrial_production_per_country.csv",
unsd_path="data/demand/unsd/data/",
#unsd_path="data/demand/unsd/data/",
energy_totals_base="data/energy_totals_base.csv",
output:
base_industry_totals="resources/demand/base_industry_totals_{planning_horizons}_{demand}.csv",
Expand Down

0 comments on commit 818e479

Please sign in to comment.