Skip to content

Commit 606b3dc

Browse files
committed
Missing validate_inputs
1 parent a442f12 commit 606b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix/kernelmatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ end
5050
kernelmatrix::Kernel, x::AbstractVector) = kernelmatrix(κ, x, x)
5151

5252
function kernelmatrix::Kernel, x::AbstractVector, y::AbstractVector)
53-
validate_dims(x, y)
53+
validate_inputs(x, y)
5454
return κ.(x, permutedims(y))
5555
end
5656

0 commit comments

Comments
 (0)