Skip to content

Commit

Permalink
Non-change commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nehill197 committed Aug 19, 2024
1 parent 6f680e8 commit 9ec6682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-log-lik.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ test_that("beta_binom vectorized", {

test_that("beta_binom log_lik", {
skip_if_not_installed("aods3")

samples2 <- ran_beta_binom(100, size = 50, prob = 0.1, theta = 1)
data <- data.frame(
samples2 = samples2,
Expand Down

0 comments on commit 9ec6682

Please sign in to comment.