diff --git a/src/PropertyT.jl b/src/PropertyT.jl index 0140075..e153042 100644 --- a/src/PropertyT.jl +++ b/src/PropertyT.jl @@ -69,7 +69,7 @@ function ΔandSDPconstraints{T<:GroupElem}(S::Vector{T}, Id::T; radius::Int=2) RG = GroupRing(parent(Id), B, pm) - Δ = splaplacian(RG, S, Id, sizes[2*radius]) + Δ = splaplacian(RG, S, Id, Float64) return Δ, sdp_constraints end