Skip to content

Commit a65b857

Browse files
Update src/kernels/transformedkernel.jl
Co-Authored-By: willtebbutt <[email protected]>
1 parent c8134ec commit a65b857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/transformedkernel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
# we perform a scalar multiplcation of the distance of the original inputs, if possible.
1717
function (k::TransformedKernel{<:SimpleKernel,<:ScaleTransform})(
1818
x::AbstractVector{<:Real},
19-
y::AbstractVector{<:Real}
19+
y::AbstractVector{<:Real},
2020
)
2121
return kappa(k.kernel, _scale(k.transform, metric(k.kernel), x, y))
2222
end

0 commit comments

Comments
 (0)