Skip to content

Commit

Permalink
correct generate_observation -> generate_observations
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Mar 5, 2024
1 parent 462aefb commit 8a4b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/src/EpiAware.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export EpiData, Renewal, ExpGrowthRate, DirectInfections, RandomWalk,
export make_epi_aware

# Exported model functions
export generate_latent, generate_latent_infs, generate_observation
export generate_latent, generate_latent_infs, generate_observations

# Exported utilities
export create_discrete_pmf, spread_draws, scan, R_to_r, r_to_R,
Expand Down

0 comments on commit 8a4b41f

Please sign in to comment.