Skip to content

Commit

Permalink
fix total hosts per run
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent 6434f14 commit 09db787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ host_pool_setup <- function(config) {
total_hosts <- total_hosts + host
} else {
host <- host_pool$total_hosts
total_hosts <- host_pool$total_hosts
total_hosts <- total_hosts + host_pool$total_hosts
}

if (config$use_initial_condition_uncertainty) {
Expand Down

0 comments on commit 09db787

Please sign in to comment.