Skip to content

Commit 7da660a

Browse files
sharanrydevmotion
andauthored
Use SqMahalanobis
Co-Authored-By: David Widmann <[email protected]>
1 parent b727831 commit 7da660a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/maha.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ end
1919

2020
kappa::MahaKernel, d::T) where {T<:Real} = κ.kappa(d)
2121

22-
metric::MahaKernel) = Mahalanobis.P)
22+
metric::MahaKernel) = SqMahalanobis.P)

0 commit comments

Comments
 (0)