From 5bb311141d80c3c268e95f848509fcd72e62af1d Mon Sep 17 00:00:00 2001 From: kalmarek Date: Fri, 27 Oct 2017 18:36:59 +0200 Subject: [PATCH] splaplacian doesn't have Id argument --- src/PropertyT.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PropertyT.jl b/src/PropertyT.jl index b27d3cb..abecd44 100644 --- a/src/PropertyT.jl +++ b/src/PropertyT.jl @@ -80,7 +80,7 @@ function ΔandSDPconstraints{T<:GroupElem}(S::Vector{T}, Id::T; radius::Int=2) RG = GroupRing(parent(Id), B, pm) - Δ = splaplacian(RG, S, Id) + Δ = splaplacian(RG, S) return Δ, sdp_constraints end