From 42bb1c95b1c3b539052cd0771d1c5979c45e06d5 Mon Sep 17 00:00:00 2001 From: lxvm Date: Mon, 12 Feb 2024 12:24:26 -0500 Subject: [PATCH] add HCubatureJL to tests --- Project.toml | 2 +- test/inf_integral_tests.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 28ee858..e0eeb2a 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/test/inf_integral_tests.jl b/test/inf_integral_tests.jl index 4aa5b79..c93ea51 100644 --- a/test/inf_integral_tests.jl +++ b/test/inf_integral_tests.jl @@ -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,