Skip to content

Commit fc87ee6

Browse files
committed
tests: increase number of observartions for lda
1 parent 54dcc79 commit fc87ee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test_classif_qda.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ skip_if_not_installed("MASS")
33
test_that("autotest", {
44
learner = mlr3::lrn("classif.qda")
55
expect_learner(learner)
6-
result = run_autotest(learner, N = 50L, exclude = "feat_single")
6+
result = run_autotest(learner, N = 100L, exclude = "feat_single")
77
expect_true(result, info = result$error)
88
})
9+

0 commit comments

Comments
 (0)