Skip to content

Commit 8568d6d

Browse files
committed
Revert seed change
1 parent 00fdd41 commit 8568d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test_stan_glm.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
context("stan_glm")
1919

2020
suppressPackageStartupMessages(library(rstanarm))
21-
SEED <- 123
21+
SEED <- 12345
2222
set.seed(SEED)
2323
CHAINS <- 2
24-
ITER <- 40 # small iter for speed but large enough for psis
24+
ITER <- 250 # small iter for speed but large enough for psis
2525
REFRESH <- 0
2626

2727
SW(

0 commit comments

Comments
 (0)