Skip to content

Commit

Permalink
Revert seed change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 5, 2024
1 parent 00fdd41 commit 8568d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_stan_glm.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
context("stan_glm")

suppressPackageStartupMessages(library(rstanarm))
SEED <- 123
SEED <- 12345
set.seed(SEED)
CHAINS <- 2
ITER <- 40 # small iter for speed but large enough for psis
ITER <- 250 # small iter for speed but large enough for psis
REFRESH <- 0

SW(
Expand Down

0 comments on commit 8568d6d

Please sign in to comment.