Skip to content

Commit 88729d8

Browse files
committed
set seed for all systems expect travis
1 parent 7d27afb commit 88729d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/helper_zzz.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
set.seed(1)
1+
if (!identical(Sys.getenv("TRAVIS"), "true"))
2+
set.seed(1)
23
configureMlr(show.learner.output = FALSE)
34
options(mlrMBO.show.info = FALSE, mlrMBO.debug.mode = TRUE)

0 commit comments

Comments
 (0)