We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2517957 commit efcf72cCopy full SHA for efcf72c
test/kernels/gabor.jl
@@ -1,4 +1,5 @@
1
@testset "Gabor" begin
2
+ v1 = rand(3); v2 = rand(3)
3
ell = abs(rand())
4
p = abs(rand())
5
k = GaborKernel(ell=ell, p=p)
0 commit comments