Skip to content

Commit 89c6669

Browse files
committed
Removed test headers
1 parent 8551780 commit 89c6669

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/utils.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
using Test
2-
using KernelFunctions
3-
using Random
4-
using KernelFunctions: ColVecs
5-
rng, N, D = MersenneTwister(123456), 10, 2
6-
x, X = randn(rng, N), randn(rng, D, N)
7-
DX = ColVecs(X)
8-
9-
101
@testset "utils" begin
112
using KernelFunctions: ColVecs
123
rng, N, D = MersenneTwister(123456), 10, 2

0 commit comments

Comments
 (0)