diff --git a/lib/SurrogatesMOE/test/runtests.jl b/lib/SurrogatesMOE/test/runtests.jl index f47ea8f6..43f9e8d0 100644 --- a/lib/SurrogatesMOE/test/runtests.jl +++ b/lib/SurrogatesMOE/test/runtests.jl @@ -116,7 +116,7 @@ end lb = [-1.0, -1.0] ub = [1.0, 1.0] n = 120 - x = sample(n, lb, ub, RandomSample()) + x = sample(n, lb, ub, LatinHypercubeSample()) y = discont_NDIM.(x) x_test = sample(10, lb, ub, GoldenSample()) @@ -184,7 +184,7 @@ end lb = [-1.0, -1.0] ub = [1.0, 1.0] n = 110 - x = sample(n, lb, ub, RandomSample()) + x = sample(n, lb, ub, LatinHypercubeSample()) y = discont_NDIM.(x) expert_types = [InverseDistanceStructure(p = 1.0), RadialBasisStructure(radial_function = linearRadial(), scale_factor = 1.0,