diff --git a/smt/tests/test_kpls_auto.py b/smt/tests/test_kpls_auto.py index c4213ad64..00f689b03 100644 --- a/smt/tests/test_kpls_auto.py +++ b/smt/tests/test_kpls_auto.py @@ -68,11 +68,9 @@ def run_test(self): sampling = LHS(xlimits=prob.xlimits, random_state=42) - np.random.seed(0) xt = sampling(self.nt) yt = prob(xt) - np.random.seed(1) xe = sampling(self.ne) ye = prob(xe)