@@ -212,7 +212,7 @@ ti = time()
212212 end
213213 end
214214 end
215- @testset " Fusion tree $Istr : elementy artin braid" begin
215+ @testset " Fusion tree $Istr : elementary artin braid" begin
216216 N = length (out)
217217 isdual = ntuple (n -> rand (Bool), N)
218218 for in in ⊗ (out... )
@@ -269,7 +269,7 @@ ti = time()
269269 end
270270 end
271271 @testset " Fusion tree $Istr : braiding and permuting" begin
272- f = rand (collect (fusiontrees (out, in, isdual) ))
272+ f = rand (collect (it ))
273273 p = tuple (randperm (N)... )
274274 ip = invperm (p)
275275
@@ -380,7 +380,7 @@ ti = time()
380380 f1 = rand (collect (fusiontrees (out, incoming, ntuple (n -> rand (Bool), N))))
381381 f2 = rand (collect (fusiontrees (out[randperm (N)], incoming, ntuple (n -> rand (Bool), N))))
382382
383- @testset " Double fusion tree $Istr : repartioning " begin
383+ @testset " Double fusion tree $Istr : repartitioning " begin
384384 for n in 0 : (2 * N)
385385 d = @constinferred TK. repartition (f1, f2, $ n)
386386 @test dim (incoming) ≈
@@ -549,8 +549,7 @@ ti = time()
549549 @testset " Double fusion tree $Istr : planar trace" begin
550550 d1 = transpose (f1, f1, (N + 1 , 1 : N... , ((2 N): - 1 : (N + 3 )). .. ), (N + 2 ,))
551551 f1front, = TK. split (f1, N - 1 )
552- T = typeof (Fsymbol (unit (I), unit (I), unit (I), unit (I), unit (I), unit (I))[1 , 1 , 1 ,
553- 1 ]) # TODO : change to _fscalartype
552+ T = sectorscalartype (I)
554553 d2 = Dict {typeof((f1front, f1front)),T} ()
555554 for ((f1′, f2′), coeff′) in d1
556555 for ((f1′′, f2′′), coeff′′) in
0 commit comments