Skip to content

Commit

Permalink
update test to use deterministic, so that we can check if codcov reac…
Browse files Browse the repository at this point in the history
…hes setlength in lm_sampleworep.c
  • Loading branch information
merliseclyde committed Nov 21, 2024
1 parent 4ebfb34 commit 68e72f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-bas-lm.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ test_that("force.heredity", {
set.seed(1)
basObj.old <- bas.lm(simpleFormula,
data = d,
alpha = 0.125316,
prior = "JZS",
alpha = 0.125316,
prior = "JZS", method="deterministic",
include.always = as.formula("contNormal ~ contcor1"),
modelprior = beta.binomial(),
modelprior = beta.binomial(1,1),
weights = d$facFifty, force.heredity = FALSE
)
basObj.old <- force.heredity.bas(basObj.old)
Expand Down

0 comments on commit 68e72f9

Please sign in to comment.