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 9cfbdb5 commit e9f2dd0Copy full SHA for e9f2dd0
test/kernels/scaledkernel.jl
@@ -40,5 +40,5 @@
40
@test_broken kerneldiagmatrix!(tmp_diag, ks, x) ≈ kerneldiagmatrix(ks, x)
41
end
42
43
- test_ADs(x->x[1] * SqExponentialKernel(), rand(1))
+ test_ADs(x->exp(x[1]) * SqExponentialKernel(), rand(1))
44
0 commit comments