Skip to content

Commit

Permalink
fix creation of total hosts for each sim.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 25, 2024
1 parent cade5d5 commit 516c69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ host_pool_setup <- function(config) {
total_hosts <- total_hosts + host
} else {
host <- host_pool$total_hosts
total_hosts <- host_pool$total_hosts
}

if (config$use_initial_condition_uncertainty) {
Expand Down

0 comments on commit 516c69c

Please sign in to comment.