From 09db787919f0c10c1d64e8600771fcca8eea38d9 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 26 Mar 2024 07:40:34 -0400 Subject: [PATCH] fix total hosts per run --- R/helpers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/helpers.R b/R/helpers.R index 78827a43..88b1e382 100644 --- a/R/helpers.R +++ b/R/helpers.R @@ -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) {