mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
splaplacian doesn't have Id argument
This commit is contained in:
parent
ca18f75efd
commit
5bb311141d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user