Skip to content

Commit

Permalink
don't test derivatives for MC algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Jan 1, 2024
1 parent 2598d01 commit 93bfc54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/derivative_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ alg_req = Dict(
max_dim = Inf, allows_iip = true),
# CubaVegas() => (nout = Inf, allows_batch = true, min_dim = 1, max_dim = Inf,
# allows_iip = true),
CubaSUAVE() => (nout = Inf, allows_batch = true, min_dim = 1, max_dim = Inf,
allows_iip = true),
CubaDivonne() => (nout = Inf, allows_batch = true, min_dim = 2,
max_dim = Inf, allows_iip = true),
CubaCuhre() => (nout = Inf, allows_batch = true, min_dim = 2, max_dim = Inf,
allows_iip = true),
# CubaSUAVE() => (nout = Inf, allows_batch = true, min_dim = 1, max_dim = Inf,
# allows_iip = true),
# CubaDivonne() => (nout = Inf, allows_batch = true, min_dim = 2,
# max_dim = Inf, allows_iip = true),
# CubaCuhre() => (nout = Inf, allows_batch = true, min_dim = 2, max_dim = Inf,
# allows_iip = true),
)
# helper function / test runner
scalarize_solution = (
Expand Down

0 comments on commit 93bfc54

Please sign in to comment.