Skip to content

Commit

Permalink
restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Jan 3, 2024
1 parent d0f8c7c commit 33a62e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/derivative_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ do_tests = function (; f, scalarize, lb, ub, p, alg, abstol, reltol)
return
end

#=

### One Dimensional
for (alg, req) in pairs(alg_req), (j, f) in enumerate(integrands), (i, scalarize) in enumerate(scalarize_solution)
req.nout > 1 || continue
Expand Down Expand Up @@ -215,7 +215,7 @@ for (alg, req) in pairs(alg_req), (j, f) in enumerate(integrands), (i, scalarize
fiip = IntegralFunction((y, x, p) -> f_helper!(f, y, x, p), zeros(nout))
do_tests(; f=fiip, scalarize, lb = ones(dim), ub = 3ones(dim), p = [2.0i for i in 1:nout], alg, abstol, reltol)
end
=#

### Batch, One Dimensional
for (alg, req) in pairs(alg_req), (j, f) in enumerate(integrands), (i, scalarize) in enumerate(scalarize_solution)
req.allows_batch || continue
Expand Down

0 comments on commit 33a62e6

Please sign in to comment.