diff --git a/property(T).jl b/property(T).jl index 453c7f1..95f43ab 100644 --- a/property(T).jl +++ b/property(T).jl @@ -39,8 +39,6 @@ function constraints_from_pm(pm, total_length=maximum(pm)) end function splaplacian_coeff(S, basis, n=length(basis)) - squares = unique(vcat([basis[1]], S, products(S,S))) - result = spzeros(n) result[1] = length(S) for s in S