diff --git a/flepimop/R_packages/inference/R/inference_slot_runner_funcs.R b/flepimop/R_packages/inference/R/inference_slot_runner_funcs.R index 153f6ba87..ea15b03bd 100644 --- a/flepimop/R_packages/inference/R/inference_slot_runner_funcs.R +++ b/flepimop/R_packages/inference/R/inference_slot_runner_funcs.R @@ -740,7 +740,7 @@ initialize_mcmc_first_block <- function( tryCatch({ gempyor_inference_runner$one_simulation(sim_id2write = block - 1) }, error = function(e) { - print("GempyorSimulator failed to run (call on l. 748 of inference_slot_runner_funcs.R).") + print("GempyorSimulator failed to run (call on l. 740 of inference_slot_runner_funcs.R).") print("Here is all the debug information I could find:") for(m in reticulate::py_last_error()) cat(m) stop("GempyorSimulator failed to run... stopping") @@ -758,7 +758,7 @@ initialize_mcmc_first_block <- function( tryCatch({ gempyor_inference_runner$one_simulation(sim_id2write = block - 1, load_ID = TRUE, sim_id2load = block - 1) }, error = function(e) { - print("GempyorSimulator failed to run (call on l. 766 of inference_slot_runner_funcs.R).") + print("GempyorSimulator failed to run (call on l. 758 of inference_slot_runner_funcs.R).") print("Here is all the debug information I could find:") for(m in reticulate::py_last_error()) cat(m) stop("GempyorSimulator failed to run... stopping") diff --git a/flepimop/main_scripts/inference_slot.R b/flepimop/main_scripts/inference_slot.R index 08673feff..8e9b0be0c 100644 --- a/flepimop/main_scripts/inference_slot.R +++ b/flepimop/main_scripts/inference_slot.R @@ -437,7 +437,7 @@ for(seir_modifiers_scenario in seir_modifiers_scenarios) { #index = ) }, error = function(e) { - print("GempyorSimulator failed to run (call on l. 538 of inference_slot.R).") + print("GempyorSimulator failed to run (call on l. 426 of inference_slot.R).") print("Here is all the debug information I could find:") for(m in reticulate::py_last_error()) cat(m) stop("GempyorSimulator failed to run... stopping") @@ -623,7 +623,7 @@ for(seir_modifiers_scenario in seir_modifiers_scenarios) { load_ID=TRUE, sim_id2load=this_index) }, error = function(e) { - print("GempyorSimulator failed to run (call on l. 538 of inference_slot.R).") + print("GempyorSimulator failed to run (call on l. 620 of inference_slot.R).") print("Here is all the debug information I could find:") for(m in reticulate::py_last_error()) cat(m) stop("GempyorSimulator failed to run... stopping")