Skip to content

rename simulate_infections -> forecast_infections #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
sbfnk committed Feb 14, 2024
commit 8d2192f06753fa041408930cb5e73b771fd0216f
2 changes: 1 addition & 1 deletion tests/testthat/test-simulate_infections.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_that("forecast_infections works to simulate a passed in estimate_infections
expect_equal(names(sims_sample), c("samples", "summarised", "observations"))
})

test_that("simulate_infectinos is deprecated", {
test_that("simulate_infections is deprecated", {
expect_deprecated(
sims <- simulate_infections(out)
)
Expand Down