Skip to content

Commit 0febb72

Browse files
committed
Merge branch 'master' into fix201_focussearch
2 parents d6cf2f6 + dcf3f70 commit 0febb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/checkStuff.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ checkStuff = function(fun, par.set, design, learner, control) {
3636

3737
# general parameter and learner checks
3838
if (any(vlapply(par.set$pars, inherits, what = "LearnerParam")))
39-
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe you region of interest!")
39+
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe your region of interest!")
4040

4141
if (!hasFiniteBoxConstraints(par.set))
4242
stop("mbo requires finite box constraints!")

0 commit comments

Comments
 (0)