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 7d27afb commit 88729d8Copy full SHA for 88729d8
tests/testthat/helper_zzz.R
@@ -1,3 +1,4 @@
1
-set.seed(1)
+if (!identical(Sys.getenv("TRAVIS"), "true"))
2
+ set.seed(1)
3
configureMlr(show.learner.output = FALSE)
4
options(mlrMBO.show.info = FALSE, mlrMBO.debug.mode = TRUE)
0 commit comments