Skip to content

Commit

Permalink
Update tests/testthat/test-int-latent_individual.R
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Howes <xwg3@cdc.gov>
  • Loading branch information
seabbs and athowes authored Nov 14, 2024
1 parent 713eacc commit b44030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-int-latent_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# varying the input seed. Test failure at an unusually high rate does suggest
# a potential code issue.

test_that("epidist.epidist_latent_individual Stan code has no syntax errors and compiles in the default case", { # nolint: line_length_linter.
test_that("epidist.epidist_latent_individual Stan code has no syntax errors in the default case", { # nolint: line_length_linter.
skip_on_cran()
stancode <- epidist(
data = prep_obs,
Expand Down

0 comments on commit b44030d

Please sign in to comment.