Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Nov 16, 2024
1 parent 3820ece commit eb672f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-formula.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prep_obs_gamma <- as_epidist_latent_model(sim_obs_gamma)

family_lognormal <- epidist_family(prep_obs, family = brms::lognormal())
family_lognormal <- epidist_family(prep_obs, family = lognormal())

test_that("epidist_formula with default settings produces a brmsformula with the correct intercept only formula", { # nolint: line_length_linter.
form <- epidist_formula(
Expand Down

0 comments on commit eb672f4

Please sign in to comment.