diff --git a/test/tensors.jl b/test/tensors.jl index 8580006b..6c45b949 100644 --- a/test/tensors.jl +++ b/test/tensors.jl @@ -533,9 +533,9 @@ using Combinatorics: permutations end @timedtestset "Deligne tensor product: test via conversion" begin - Vtr = spacelist[Trivial] - VSU₂ = spacelist[SU2Irrep] - Vℤ₂ = spacelist[Z2Irrep] + Vtr = smallspace(Trivial) + VSU₂ = smallspace(SU2Irrep) + Vℤ₂ = smallspace(Z2Irrep) @testset for Vlist1 in (Vtr, VSU₂), Vlist2 in (Vtr, Vℤ₂) V1, V2, V3, V4, V5 = Vlist1 W1, W2, W3, W4, W5 = Vlist2