Skip to content

Commit

Permalink
Remove useless seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Dec 5, 2023
1 parent 0228d7b commit 58d419b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smt/tests/test_kpls_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 58d419b

Please sign in to comment.