Skip to content

Commit

Permalink
these may be very slow with valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Dec 25, 2023
1 parent d209842 commit 90520bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-orsf.R
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ test_that(
# testing the seed behavior when no_fit is TRUE. You should get the same
# forest whether you train with orsf() or with orsf_train().

skip_on_cran()

object <- orsf(pbc, Surv(time, status) ~ .,
n_tree = n_tree_test,
tree_seeds = 1,
Expand Down

0 comments on commit 90520bd

Please sign in to comment.