We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b417b06 commit 6649a00Copy full SHA for 6649a00
tests/testthat.R
@@ -5,5 +5,6 @@ library(testthat)
5
if (identical(Sys.getenv("TRAVIS"), "true") || identical(Sys.getenv("R_EXPENSIVE_TEST_OK"), "true")) {
6
test_check("mlrMBO")
7
} else {
8
+ set.seed(1)
9
test_check("mlrMBO", filter = "((mbo_rf)|(mbo_km))")
10
}
0 commit comments