Skip to content

Commit

Permalink
unify the 2 remove_inactive_companies options; keep the one in the …
Browse files Browse the repository at this point in the history
…`prepare_abcd` section (#85)
  • Loading branch information
cjyetman authored Aug 22, 2024
1 parent bfdd711 commit 55e44f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/load_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ get_time_frame <- function(params) {
}

get_remove_inactive_companies <- function(params) {
params[["project_parameters"]][["remove_inactive_companies"]]
params[["prepare_abcd"]][["remove_inactive_companies"]]
}

get_scenario_source <- function(params) {
Expand Down
1 change: 0 additions & 1 deletion example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ default:
time_frame: 5
# regions must be available for the selected scenario
benchmark_regions_select: "global,european union"
remove_inactive_companies: TRUE
sector_split:
apply_sector_split: TRUE
sector_split_type: "equal_weights"
Expand Down

0 comments on commit 55e44f0

Please sign in to comment.