Skip to content

Commit efcf72c

Browse files
committed
Fix gabor tests
1 parent 2517957 commit efcf72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/kernels/gabor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@testset "Gabor" begin
2+
v1 = rand(3); v2 = rand(3)
23
ell = abs(rand())
34
p = abs(rand())
45
k = GaborKernel(ell=ell, p=p)

0 commit comments

Comments
 (0)