Skip to content

Commit 6118673

Browse files
committed
Fix typo
1 parent 67e8602 commit 6118673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/constant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@test metric(ConstantKernel()) == KernelFunctions.Delta()
2727
@test metric(ConstantKernel(c=2.0)) == KernelFunctions.Delta()
2828
@test repr(k) == "Constant Kernel (c = $(c))"
29-
test_params(kc, ([c],))
29+
test_params(k, ([c],))
3030
test_ADs(c->ConstantKernel(c=first(c)), [c])
3131
end
3232
end

0 commit comments

Comments
 (0)