Skip to content

Commit

Permalink
test: increase one extra point in GEKPLS test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Dec 12, 2023
1 parent 16a520f commit db9342c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/GEKPLS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ end
@test isapprox(minima, 0.0, atol = 0.0001)
end

@testset "Test 11: Check gradient (dimensions = 3; n_comp = 2; extra_points = 2)" begin
@testset "Test 11: Check gradient (dimensions = 3; n_comp = 2; extra_points = 3)" begin
lb = [-5.0, -5.0, -5.0]
ub = [10.0, 10.0, 10.0]
n_comp = 2
delta_x = 0.0001
extra_points = 2
extra_points = 3
initial_theta = [0.01 for i in 1:n_comp]
n = 100
x = sample(n, lb, ub, SobolSample())
Expand Down

0 comments on commit db9342c

Please sign in to comment.