Skip to content

Commit

Permalink
move above set seed on hc
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Aug 27, 2023
1 parent 695ad05 commit 735bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-hc.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

test_that("hc", {
fits <- ssd_fit_dists(ssddata::ccme_boron)
skip_on_os("linux") # FIXME
set.seed(102)
skip_on_os("linux")
hc <- ssd_hc(fits, ci = TRUE, nboot = 10, average = FALSE)
expect_s3_class(hc, "tbl")
expect_snapshot_boot_data(hc, "hc")
Expand Down

0 comments on commit 735bb58

Please sign in to comment.