NumericalIntegration

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 55 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed NumericalIntegration ─ v0.2.0
  Updating `~/.julia/environments/v1.2/Project.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
   Testing NumericalIntegration
 Resolving package versions...
 Installed StaticArrays ─ v0.12.1
    Status `/tmp/jl_tLWyHP/Manifest.toml`
  [e7bfaba1] NumericalIntegration v0.2.0
  [90137ffa] StaticArrays v0.12.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
Test Summary:                | Pass  Total
compare with analytic result |   84     84
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.9610504439199193 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.3422017466326574 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = integrate(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Array{SArray{Tuple{2},Float64,1,2},1}, ::RombergEven{Float64}) at NumericalIntegration.jl:160
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:160
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.9610504439199193 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
Test Summary: | Pass  Total
SVector       |    7      7
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
Test Summary:    | Pass  Total
Raising Warnings |    1      1
   Testing NumericalIntegration tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 41 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed NumericalIntegration ─ v0.2.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
   Testing NumericalIntegration
 Resolving package versions...
 Installed StaticArrays ─ v0.12.1
    Status `/tmp/jl_henRyM/Manifest.toml`
  [e7bfaba1] NumericalIntegration v0.2.0
  [90137ffa] StaticArrays v0.12.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
Test Summary:                | Pass  Total
compare with analytic result |   84     84
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.15155568347781548 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: RombergEven :: final step reached, but accuracy not: 1.0174263052544348 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = integrate(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Array{SArray{Tuple{2},Float64,1,2},1}, ::RombergEven{Float64}) at NumericalIntegration.jl:160
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:160
┌ Warning: RombergEven :: final step reached, but accuracy not: 1.0174263052544348 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
Test Summary: | Pass  Total
SVector       |    7      7
Test Summary:    | Pass  Total
Raising Warnings |    1      1
   Testing NumericalIntegration tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 43 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed NumericalIntegration ─ v0.2.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [e7bfaba1] + NumericalIntegration v0.2.0
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
   Testing NumericalIntegration
 Resolving package versions...
 Installed StaticArrays ─ v0.12.1
    Status `/tmp/jl_eZlhLm/Manifest.toml`
  [e7bfaba1] NumericalIntegration v0.2.0
  [90137ffa] StaticArrays v0.12.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
Test Summary:                | Pass  Total
compare with analytic result |   84     84
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.09127261405759757 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.04485492973193415 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = integrate(::StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}, ::Array{SArray{Tuple{2},Float64,1,2},1}, ::RombergEven{Float64}) at NumericalIntegration.jl:160
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:160
┌ Warning: RombergEven :: final step reached, but accuracy not: 0.09127261405759757 > 1.0e-12
└ @ NumericalIntegration ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:175
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
┌ Warning: `a::Number + b::StaticArray` is deprecated, use `a .+ b` instead.
│   caller = _zero at NumericalIntegration.jl:48 [inlined]
└ @ Core ~/.julia/packages/NumericalIntegration/3mVSe/src/NumericalIntegration.jl:48
Test Summary: | Pass  Total
SVector       |    7      7
Test Summary:    | Pass  Total
Raising Warnings |    1      1
   Testing NumericalIntegration tests passed