Skip to content

Commit

Permalink
add HCubatureJL to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Feb 12, 2024
1 parent 9a10a58 commit 42bb1c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Distributions = "0.25.87"
FastGaussQuadrature = "0.5,1"
FiniteDiff = "2.12"
ForwardDiff = "0.10.36"
HCubature = "1.5"
HCubature = "1.5.2"
LinearAlgebra = "1.10"
MCIntegration = "0.4.2"
MonteCarloIntegration = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions test/inf_integral_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ alg_req = Dict(
# allows_iip = false, allows_inf=true),
QuadGKJL() => (nout = Inf, allows_batch = true, min_dim = 1, max_dim = 1,
allows_iip = true, allows_inf=true),
# HCubatureJL() => (nout = Inf, allows_batch = false, min_dim = 1,
# max_dim = Inf, allows_iip = true, allows_inf=true),
HCubatureJL() => (nout = Inf, allows_batch = false, min_dim = 1,
max_dim = Inf, allows_iip = true, allows_inf=true),
# VEGAS() => (nout = 1, allows_batch = true, min_dim = 2, max_dim = Inf,
# allows_iip = true),
CubatureJLh() => (nout = Inf, allows_batch = true, min_dim = 1,
Expand Down

0 comments on commit 42bb1c9

Please sign in to comment.