Skip to content

Commit

Permalink
fix obs_subpop -> "subpop"
Browse files Browse the repository at this point in the history
  • Loading branch information
saraloo committed Oct 9, 2023
1 parent 4de7873 commit f1b1088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flepimop/main_scripts/inference_slot.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ suppressMessages(
subpop_len = opt$subpop_len
)
)
obs_subpop <- config$subpop_setup$subpop
obs_subpop <- "subpop"

##Load simulations per slot from config if not defined on command line
##command options take precedence
Expand Down Expand Up @@ -152,7 +152,6 @@ if (all(seir_modifiers_scenarios == "all")){
quit("yes", status=1)
}


##Creat heirarchical stats object if specified
hierarchical_stats <- list()
if ("hierarchical_stats_geo"%in%names(config$inference)) {
Expand Down Expand Up @@ -200,7 +199,6 @@ if (gt_end_date > lubridate::ymd(config$end_date)) {
gt_end_date <- lubridate::ymd(config$end_date)
}


# if we want to run inference, do the following:

if (config$inference$do_inference){
Expand Down

0 comments on commit f1b1088

Please sign in to comment.