Open blegat opened 5 months ago
https://github.com/JuliaAlgebra/StarAlgebras.jl/pull/49 made the tests fail so I commented them out because I don't understood why they would work. Because AugmentedDirac does not have the same element type than DiracBasis, how could coeffs work ? See https://github.com/JuliaAlgebra/StarAlgebras.jl/blob/7760127a2e730e5cf58db5643f699590979ab7ea/test/perm_grp_algebra.jl#L34-L59
AugmentedDirac
DiracBasis
coeffs
https://github.com/JuliaAlgebra/StarAlgebras.jl/pull/49 made the tests fail so I commented them out because I don't understood why they would work. Because
AugmentedDirac
does not have the same element type thanDiracBasis
, how couldcoeffs
work ? See https://github.com/JuliaAlgebra/StarAlgebras.jl/blob/7760127a2e730e5cf58db5643f699590979ab7ea/test/perm_grp_algebra.jl#L34-L59