Skip to content

Commit 3e4608f

Browse files
committed
Merge branch 'master-dev'
2 parents f135086 + 20ee2db commit 3e4608f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_kernelmatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ k = SqExponentialKernel()
6363
end
6464
@testset "PDMat" begin
6565
for obsdim in [1,2]
66-
@test all(kernelpdmat(k,A,obsdim=obsdim) .≈ PDMat(kernelmatrix(k,A,obsdim=obsdim)))
66+
@test all(Matrix(kernelpdmat(k,A,obsdim=obsdim)) .≈ Matrix(PDMat(kernelmatrix(k,A,obsdim=obsdim))))
6767
# @test_throws ErrorException kernelpdmat(k,ones(100,100),obsdim=obsdim)
6868
end
6969
end

0 commit comments

Comments
 (0)