Skip to content

Commit

Permalink
Fix lingering seed (#439)
Browse files Browse the repository at this point in the history
Closes #438
  • Loading branch information
gowerc authored Oct 7, 2024
1 parent c6d0b82 commit 2e4f59b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-mcmc.R
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ test_that("fit_mcmc can recover known values with same_cov = TRUE", {
n_samples = 200,
burn_in = 100,
burn_between = 3,
same_cov = TRUE,
seed = 8931
same_cov = TRUE
)

### No missingness
Expand Down

0 comments on commit 2e4f59b

Please sign in to comment.