From 9b467f2e6f685787b8ad0b3cadb257c3e1fcc50e Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Thu, 19 Dec 2024 13:31:02 +0000 Subject: [PATCH] Hotfix: remove repeated inference call --- pipeline/src/infer/InferenceConfig.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pipeline/src/infer/InferenceConfig.jl b/pipeline/src/infer/InferenceConfig.jl index a7b53f4dd..d7bb4d2e4 100644 --- a/pipeline/src/infer/InferenceConfig.jl +++ b/pipeline/src/infer/InferenceConfig.jl @@ -124,10 +124,6 @@ function create_inference_results(config, epiprob) config.epimethod, (y_t = y_t,) ) - inference_results = apply_method(epiprob, - config.epimethod, - (y_t = y_t,); - ) return inference_results end