Skip to content

Commit

Permalink
test using srand
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Oct 24, 2024
1 parent 1fa550c commit d9a16d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Pkg.add("RecipesBase")

using LikelihoodProfiler, Test
using NLopt

NLopt.srand(12345)

include("./cases_func.jl")
methods_list = [:CICO_ONE_PASS, :LIN_EXTRAPOL, :QUADR_EXTRAPOL]
Expand Down

0 comments on commit d9a16d5

Please sign in to comment.