Skip to content

Commit a885938

Browse files
committed
Fix scaling issue
1 parent 65b6d09 commit a885938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CR.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function avar(k::T, X::Union{Matrix{F},Vector{F}};
3939
S += (-1)^(length(c) - 1) * clusterize(parent(X), g)
4040
end
4141
rescale!(k, S)
42-
return Symmetric(S)
42+
return S
4343
end
4444

4545
nclusters(k::CR) = (map(x -> x.ngroups, k.g))

0 commit comments

Comments
 (0)