Skip to content

Commit

Permalink
fix getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Mar 6, 2024
1 parent 14b5d30 commit f825d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/docs/src/examples/getting_started.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ truth_data = random_epidemic.y_t
# ╔═╡ b4033728-b321-4100-8194-1fd9fe2d268d
inference_mdl = fix(
make_epi_aware(truth_data, time_horizon; epi_model = epi_model,
latent_model_model = rwp, observation_model = obs_model),
latent_model = rwp, observation_model = obs_model),
(rw_init = 0.0,)
)

Expand Down

0 comments on commit f825d38

Please sign in to comment.