Skip to content

Commit 78fcada

Browse files
committed
Fix another error
1 parent 364c891 commit 78fcada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/polynomial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
@test metric(PolynomialKernel(d=3.0,c=2.0)) == KernelFunctions.DotProduct()
2929
# test_ADs(x->PolynomialKernel(d=x[1], c=x[2]),[2.0, c])
3030
@test_broken "All, because of the power"
31-
test_params(PolynomialKernel(; d=x[1], c=x[2]), ([x[1]], [x[2]]))
31+
test_params(PolynomialKernel(; d=x, c=c), ([x], [c]))
3232
end
3333
end

0 commit comments

Comments
 (0)