Skip to content

Commit

Permalink
turning off release_candidate = TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Nov 9, 2023
1 parent 7948219 commit 98fdae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_posteriors.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Sys.setenv("RELEASE_CANDIDATE" = "true")
test_that("posterior is correct (binomial)", {
skip_if_not(check_tf_version())

Expand Down Expand Up @@ -54,6 +55,7 @@ test_that("samplers are unbiased for chi-squared", {
check_samples(x, iid)
})

## TF1/2 this sampler fails
test_that("samplers are unbiased for standard uniform", {
skip_if_not(check_tf_version())

Expand Down

0 comments on commit 98fdae6

Please sign in to comment.