Skip to content

Commit

Permalink
test: use Random seed for testing for SurrogatesMOE
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Sep 20, 2023
1 parent 34e64df commit 9a03973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SurrogatesMOE/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using SafeTestsets
using Random
Random.seed!(100)

# #test 1D function that is discontinuous
@safetestset "1D" begin
Expand Down

0 comments on commit 9a03973

Please sign in to comment.