Skip to content

Commit 2e560ff

Browse files
author
Will Tebbutt
committed
Merge branch 'wct/ad-perf' of https://github.com/JuliaGaussianProcesses/KernelFunctions.jl into wct/ad-perf
2 parents be582d5 + aaf70e6 commit 2e560ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/rational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
RationalQuadraticKernel(; alpha=α, metric=WeightedEuclidean([1.0, 2.0])),
7171
RowVecs{Float64},
7272
)
73-
types = [ColVecs{Float64, Matrix{Float64}}, RowVecs{Float64, Matrix{Float64}}]
73+
types = [ColVecs{Float64,Matrix{Float64}}, RowVecs{Float64,Matrix{Float64}}]
7474
test_interface_ad_perf(α, StableRNG(123456)) do α
7575
RationalQuadraticKernel(; alpha=α, metric=KernelFunctions.DotProduct())
7676
end

0 commit comments

Comments
 (0)