Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbrinkerink committed Sep 19, 2024
1 parent 2539f73 commit cfbdd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/preprocess.smk
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ rule demand_projections:
iamc_urb = "resources/data/iamc_db_URB_Countries.xlsx",
iamc_missing = "resources/data/iamc_db_POP_GDPppp_URB_Countries_Missing.xlsx",
td_losses = "resources/data/T&D Losses.xlsx",
ember = "resources/data/ember_yearly_electricity_data.csv",
ember = "resources/data/ember_yearly_electricity_data.csv",
custom_nodes = demand_custom_csv()
params:
start_year = config['startYear'],
Expand All @@ -203,7 +203,7 @@ rule demand_projection_figures:
iamc_pop = "resources/data/iamc_db_POP_Countries.xlsx",
iamc_urb = "resources/data/iamc_db_URB_Countries.xlsx",
iamc_missing = "resources/data/iamc_db_POP_GDPppp_URB_Countries_Missing.xlsx",
ember = "resources/data/ember_yearly_electricity_data.csv"
ember = "resources/data/ember_yearly_electricity_data.csv"
output:
regression = 'results/figs/regression.png',
projection = 'results/figs/projection.png'
Expand Down

0 comments on commit cfbdd10

Please sign in to comment.