You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using HCubature, Distributions, Test
μ = [0.00 , 0.00]
Σ = [0.40.0 ; 0.000.4]
d =MvNormal(μ , Σ)
f = (x) ->pdf(d, x)
lb, ub = [-1 , -1] , [1 , 1]
@inferredhcubature(f, lb, ub;
maxevals=typemax(Int))
ERROR:return type Tuple{Float64, Float64} does not match inferred return type Tuple{Any, Any}
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] top-level scope
@ REPL[7]:1
The text was updated successfully, but these errors were encountered:
Related: SciML/Integrals.jl#65
The text was updated successfully, but these errors were encountered: