We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da1af6 commit 8f46c48Copy full SHA for 8f46c48
test/Project.toml
@@ -1,4 +1,5 @@
1
[deps]
2
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4
+Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
5
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test/runtests.jl
@@ -2,6 +2,7 @@ using VectorizedReduction
using Test
using Random
using LinearAlgebra
+using Statistics
6
7
const tests = [
8
"vrspecials.jl",
@@ -12,6 +13,7 @@ const tests = [
12
13
"vmapreducethen.jl",
14
"vnorm.jl",
15
"vdistance.jl",
16
+ "vstats.jl",
17
]
18
19
# @testset "VectorizedReduction.jl" begin
0 commit comments