Skip to content

Commit

Permalink
QUICK FIX: fix InferenceConfig constructor for latest version of EpiA…
Browse files Browse the repository at this point in the history
…ware (#283)

* fix InferenceConfig constructor for latest version of EpiAware

* reformat
  • Loading branch information
SamuelBrand1 authored Jun 14, 2024
1 parent 453fa1e commit 9bd7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/src/infer/InferenceConfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct InferenceConfig{T, F, I, L, E}
"Latent model type."
latent_model::L
"Case data"
case_data::Union{Vector{Integer}, Missing}
case_data::Union{Vector{Integer, Missing}, Missing}
"Time to fit on"
tspan::Tuple{Integer, Integer}
"Inference method."
Expand Down

0 comments on commit 9bd7043

Please sign in to comment.