Package evaluation of SparseGridQuadrature on Julia 1.13.0-DEV.111 (ce76dbf07d*) started at 2025-02-27T21:55:41.573 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.85s ################################################################################ # Installation # Installing SparseGridQuadrature... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [783fc400] + SparseGridQuadrature v2.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [187b0558] + ConstructionBase v1.5.8 [1914dd2f] + MacroTools v0.5.15 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [efcf1570] + Setfield v1.1.2 [783fc400] + SparseGridQuadrature v2.1.0 [90137ffa] + StaticArrays v1.9.12 [1e83bf80] + StaticArraysCore v1.4.3 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 20.44s ################################################################################ # Testing # Testing SparseGridQuadrature Status `/tmp/jl_TNtF6p/Project.toml` [497a8b3b] DoubleFloats v1.4.2 [efcf1570] Setfield v1.1.2 [783fc400] SparseGridQuadrature v2.1.0 [276daf66] SpecialFunctions v2.5.0 [90137ffa] StaticArrays v1.9.12 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_TNtF6p/Manifest.toml` [34da2185] Compat v4.16.0 [187b0558] ConstructionBase v1.5.8 [ffbed154] DocStringExtensions v0.9.3 [497a8b3b] DoubleFloats v1.4.2 [14197337] GenericLinearAlgebra v0.3.15 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.15 [bac558e1] OrderedCollections v1.8.0 [f27b6e38] Polynomials v4.0.17 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [be4d8f0f] Quadmath v0.5.11 [3cdcf5f2] RecipesBase v1.3.4 [ae029012] Requires v1.3.1 [efcf1570] Setfield v1.1.2 [783fc400] SparseGridQuadrature v2.1.0 [276daf66] SpecialFunctions v2.5.0 [90137ffa] StaticArrays v1.9.12 [1e83bf80] StaticArraysCore v1.4.3 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [458c3c95] OpenSSL_jll v3.0.16+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... Precompiling packages... Info Given SparseGridQuadrature was explicitly requested, output will be shown live  WARNING: method definition for transform_domain_size! at /home/pkgeval/.julia/packages/SparseGridQuadrature/KmwDb/src/SparseGridQuadrature.jl:237 declares type variable T but does not use it. 3541.8 ms ✓ SparseGridQuadrature 1 dependency successfully precompiled in 4 seconds. 14 already precompiled. 1 dependency had output during precompilation: ┌ SparseGridQuadrature │ [Output was shown above] └ WARNING: Constructor for type "Dims" was extended in `Main` without explicit qualification or import. NOTE: Assumed "Dims" refers to `Base.Dims`. This behavior is deprecated and may differ in future versions.` NOTE: This behavior may have differed in Julia versions prior to 1.12. Hint: If you intended to create a new generic function of the same name, use `function Dims end`. Hint: To silence the warning, qualify `Dims` as `Base.Dims` or explicitly `import Base: Dims` Test Summary: | Total Time Create quadrature rules T=Float32 D=1 | 0 3.6s Test Summary: | Total Time Create quadrature rules T=Float32 D=2 | 0 1.1s Test Summary: | Total Time Create quadrature rules T=Float32 D=3 | 0 1.3s Test Summary: | Total Time Create quadrature rules T=Float32 D=4 | 0 9.8s Test Summary: | Total Time Create quadrature rules T=Float64 D=1 | 0 0.3s Test Summary: | Total Time Create quadrature rules T=Float64 D=2 | 0 0.4s Test Summary: | Total Time Create quadrature rules T=Float64 D=3 | 0 0.7s Test Summary: | Total Time Create quadrature rules T=Float64 D=4 | 0 9.4s Test Summary: | Total Time Create quadrature rules T=Double64 D=1 | 0 0.4s Test Summary: | Total Time Create quadrature rules T=Double64 D=2 | 0 0.4s Test Summary: | Total Time Create quadrature rules T=Double64 D=3 | 0 0.9s Test Summary: | Total Time Create quadrature rules T=BigFloat D=1 | 0 0.3s Test Summary: | Total Time Create quadrature rules T=BigFloat D=2 | 0 0.5s Test Summary: | Total Time Create quadrature rules T=BigFloat D=3 | 0 3.8s Test Summary: | Pass Total Time Basic integration T=Float32 D=1 | 4 4 1.6s Test Summary: | Pass Total Time Basic integration T=Float32 D=2 | 4 4 0.9s Test Summary: | Pass Total Time Basic integration T=Float32 D=3 | 4 4 1.0s Test Summary: | Pass Total Time Basic integration T=Float32 D=4 | 4 4 1.3s Test Summary: | Pass Total Time Basic integration T=Float64 D=1 | 4 4 0.8s Test Summary: | Pass Total Time Basic integration T=Float64 D=2 | 4 4 0.9s Test Summary: | Pass Total Time Basic integration T=Float64 D=3 | 4 4 1.1s Test Summary: | Pass Total Time Basic integration T=Float64 D=4 | 4 4 1.3s Test Summary: | Pass Total Time Basic integration T=Double64 D=1 | 4 4 1.7s Test Summary: | Pass Total Time Basic integration T=Double64 D=2 | 4 4 1.0s Test Summary: | Pass Total Time Basic integration T=Double64 D=3 | 4 4 1.4s Test Summary: | Pass Total Time Basic integration T=BigFloat D=1 | 4 4 1.1s Test Summary: | Pass Total Time Basic integration T=BigFloat D=2 | 4 4 1.0s Test Summary: | Pass Total Time Basic integration T=BigFloat D=3 | 4 4 3.3s Test Summary: | Pass Total Time Integral bounds T=Float32 D=1 | 6 6 2.2s Test Summary: | Pass Total Time Integral bounds T=Float32 D=2 | 6 6 2.0s Test Summary: | Pass Total Time Integral bounds T=Float32 D=3 | 6 6 1.9s Test Summary: | Pass Total Time Integral bounds T=Float32 D=4 | 6 6 2.6s Test Summary: | Pass Total Time Integral bounds T=Float64 D=1 | 6 6 1.8s Test Summary: | Pass Total Time Integral bounds T=Float64 D=2 | 6 6 1.9s Test Summary: | Pass Total Time Integral bounds T=Float64 D=3 | 6 6 2.3s Test Summary: | Pass Total Time Integral bounds T=Float64 D=4 | 6 6 3.1s Test Summary: | Pass Total Time Integral bounds T=Double64 D=1 | 6 6 2.1s Test Summary: | Pass Total Time Integral bounds T=Double64 D=2 | 6 6 2.2s Test Summary: | Pass Total Time Integral bounds T=Double64 D=3 | 6 6 2.9s Test Summary: | Pass Total Time Integral bounds T=BigFloat D=1 | 6 6 2.4s Test Summary: | Pass Total Time Integral bounds T=BigFloat D=2 | 6 6 2.0s Test Summary: | Pass Total Time Integral bounds T=BigFloat D=3 | 6 6 8.6s Test Summary: | Pass Total Time Vector integrands T=Float32 D=1 | 4 4 1.0s Test Summary: | Pass Total Time Vector integrands T=Float32 D=2 | 4 4 0.8s Test Summary: | Pass Total Time Vector integrands T=Float32 D=3 | 4 4 0.8s Test Summary: | Pass Total Time Vector integrands T=Float32 D=4 | 4 4 1.3s Test Summary: | Pass Total Time Vector integrands T=Float64 D=1 | 4 4 0.9s Test Summary: | Pass Total Time Vector integrands T=Float64 D=2 | 4 4 0.9s Test Summary: | Pass Total Time Vector integrands T=Float64 D=3 | 4 4 0.8s Test Summary: | Pass Total Time Vector integrands T=Float64 D=4 | 4 4 1.4s Test Summary: | Pass Total Time Vector integrands T=Double64 D=1 | 4 4 1.1s Test Summary: | Pass Total Time Vector integrands T=Double64 D=2 | 4 4 1.1s Test Summary: | Pass Total Time Vector integrands T=Double64 D=3 | 4 4 1.6s Test Summary: | Pass Total Time Vector integrands T=BigFloat D=1 | 4 4 1.0s Test Summary: | Pass Total Time Vector integrands T=BigFloat D=2 | 4 4 1.1s Test Summary: | Pass Total Time Vector integrands T=BigFloat D=3 | 4 4 4.6s Test Summary: | Pass Total Time Linearity T=Float32 D=1 | 3 3 1.1s Test Summary: | Pass Total Time Linearity T=Float32 D=2 | 3 3 0.7s Test Summary: | Pass Total Time Linearity T=Float32 D=3 | 3 3 0.8s Test Summary: | Pass Total Time Linearity T=Float32 D=4 | 3 3 1.7s Test Summary: | Pass Total Time Linearity T=Float64 D=1 | 3 3 0.7s Test Summary: | Pass Total Time Linearity T=Float64 D=2 | 3 3 0.7s Test Summary: | Pass Total Time Linearity T=Float64 D=3 | 3 3 0.8s Test Summary: | Pass Total Time Linearity T=Float64 D=4 | 3 3 2.6s Test Summary: | Pass Total Time Linearity T=Double64 D=1 | 3 3 0.7s Test Summary: | Pass Total Time Linearity T=Double64 D=2 | 3 3 0.8s Test Summary: | Pass Total Time Linearity T=Double64 D=3 | 3 3 1.5s Test Summary: | Pass Total Time Linearity T=BigFloat D=1 | 3 3 0.7s Test Summary: | Pass Total Time Linearity T=BigFloat D=2 | 3 3 1.3s Test Summary: | Pass Total Time Linearity T=BigFloat D=3 | 3 3 14.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float32 D=1 | 4 4 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float32 D=2 | 4 4 1.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float32 D=3 | 4 4 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float32 D=4 | 4 4 2.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float64 D=1 | 4 4 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float64 D=2 | 4 4 1.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float64 D=3 | 4 4 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Float64 D=4 | 4 4 2.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Double64 D=1 | 4 4 1.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Double64 D=2 | 4 4 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=Double64 D=3 | 4 4 2.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=BigFloat D=1 | 4 4 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=BigFloat D=2 | 4 4 2.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Basic integration T=BigFloat D=3 | 4 4 29.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float32 D=1 | 6 6 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float32 D=2 | 6 6 1.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float32 D=3 | 6 6 1.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float32 D=4 | 6 6 2.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float64 D=1 | 6 6 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float64 D=2 | 6 6 1.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float64 D=3 | 6 6 1.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Float64 D=4 | 6 6 3.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Double64 D=1 | 6 6 1.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Double64 D=2 | 6 6 1.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=Double64 D=3 | 6 6 3.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=BigFloat D=1 | 6 6 1.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=BigFloat D=2 | 6 6 2.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Integral bounds T=BigFloat D=3 | 6 6 33.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float32 D=1 | 4 4 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float32 D=2 | 4 4 0.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float32 D=3 | 4 4 1.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float32 D=4 | 4 4 1.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float64 D=1 | 4 4 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float64 D=2 | 4 4 0.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float64 D=3 | 4 4 0.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Float64 D=4 | 4 4 2.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Double64 D=1 | 4 4 0.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Double64 D=2 | 4 4 1.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=Double64 D=3 | 4 4 2.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=BigFloat D=1 | 4 4 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=BigFloat D=2 | 4 4 2.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Vector integrands T=BigFloat D=3 | 4 4 30.5s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float32 D=1 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float32 D=2 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float32 D=3 | 3 3 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float32 D=4 | 3 3 2.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float64 D=1 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float64 D=2 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float64 D=3 | 3 3 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Float64 D=4 | 3 3 3.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Double64 D=1 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Double64 D=2 | 3 3 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=Double64 D=3 | 3 3 2.6s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=BigFloat D=1 | 3 3 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=BigFloat D=2 | 3 3 2.1s Test Summary: | Pass Total Time Chebyshev-Gauss: Linearity T=BigFloat D=3 | 3 3 39.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float32 D=1 | 1 1 0.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float32 D=2 | 2 2 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float32 D=3 | 2 2 0.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float32 D=4 | 2 2 4.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float64 D=1 | 1 1 0.2s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float64 D=2 | 2 2 0.7s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float64 D=3 | 2 2 0.8s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Float64 D=4 | 2 2 5.0s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Double64 D=1 | 1 1 0.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Double64 D=2 | 2 2 1.4s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=Double64 D=3 | 2 2 7.1s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=BigFloat D=1 | 1 1 0.3s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=BigFloat D=2 | 2 2 4.9s Test Summary: | Pass Total Time Chebyshev-Gauss: Integrals of singular functions T=BigFloat D=3 | 2 2 1m42.0s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float32 D=1 | 4 4 1.2s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float32 D=2 | 4 4 1.2s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float32 D=3 | 4 4 1.3s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float32 D=4 | 4 4 3.2s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float64 D=1 | 4 4 1.1s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float64 D=2 | 4 4 1.2s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float64 D=3 | 4 4 1.6s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Float64 D=4 | 4 4 3.9s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Double64 D=1 | 4 4 1.3s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Double64 D=2 | 4 4 1.7s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=Double64 D=3 | 4 4 9.0s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=BigFloat D=1 | 4 4 1.2s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=BigFloat D=2 | 4 4 2.3s Test Summary: | Pass Total Time tanh-sinh: Basic integration T=BigFloat D=3 | 3 3 24.6s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float32 D=1 | 6 6 1.4s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float32 D=2 | 6 6 1.5s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float32 D=3 | 6 6 1.7s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float32 D=4 | 6 6 3.9s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float64 D=1 | 6 6 1.4s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float64 D=2 | 6 6 1.4s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float64 D=3 | 6 6 1.7s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Float64 D=4 | 6 6 4.5s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Double64 D=1 | 6 6 1.5s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Double64 D=2 | 6 6 2.1s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=Double64 D=3 | 6 6 9.5s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=BigFloat D=1 | 6 6 1.4s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=BigFloat D=2 | 6 6 3.0s Test Summary: | Pass Total Time tanh-sinh: Integral bounds T=BigFloat D=3 | 6 6 29.1s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float32 D=1 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float32 D=2 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float32 D=3 | 4 4 0.9s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float32 D=4 | 4 4 2.7s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float64 D=1 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float64 D=2 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float64 D=3 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Float64 D=4 | 4 4 3.1s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Double64 D=1 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Double64 D=2 | 4 4 1.3s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=Double64 D=3 | 4 4 8.2s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=BigFloat D=1 | 4 4 0.8s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=BigFloat D=2 | 4 4 2.0s Test Summary: | Pass Total Time tanh-sinh: Vector integrands T=BigFloat D=3 | 4 4 24.7s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float32 D=1 | 3 3 0.8s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float32 D=2 | 3 3 0.8s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float32 D=3 | 3 3 0.9s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float32 D=4 | 3 3 3.1s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float64 D=1 | 3 3 0.7s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float64 D=2 | 3 3 0.8s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float64 D=3 | 3 3 1.0s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Float64 D=4 | 3 3 4.8s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Double64 D=1 | 3 3 0.9s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Double64 D=2 | 3 3 1.4s Test Summary: | Pass Total Time tanh-sinh: Linearity T=Double64 D=3 | 3 3 8.5s Test Summary: | Pass Total Time tanh-sinh: Linearity T=BigFloat D=1 | 3 3 0.8s Test Summary: | Pass Total Time tanh-sinh: Linearity T=BigFloat D=2 | 3 3 2.9s Test Summary: | Pass Total Time tanh-sinh: Linearity T=BigFloat D=3 | 3 3 34.1s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float32 D=1 | 1 1 0.2s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float32 D=2 | 1 1 0.3s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float32 D=3 | 1 1 0.3s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float32 D=4 | 1 1 1.8s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float64 D=1 | 1 1 0.2s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float64 D=2 | 2 2 0.6s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float64 D=3 | 2 2 0.7s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Float64 D=4 | 2 2 5.6s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Double64 D=1 | 1 1 0.3s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Double64 D=2 | 2 2 1.3s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=Double64 D=3 | 2 2 15.8s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=BigFloat D=1 | 1 1 0.2s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=BigFloat D=2 | 2 2 2.4s Test Summary: | Pass Total Time tanh-sinh: Integrals of singular functions T=BigFloat D=3 | 2 2 34.9s Testing SparseGridQuadrature tests passed Testing completed after 796.89s PkgEval succeeded after 838.31s