Skip to content

Commit

Permalink
Hotfix: remove repeated inference call
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Dec 19, 2024
1 parent ae5c564 commit 9b467f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pipeline/src/infer/InferenceConfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b467f2

Please sign in to comment.