We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292a66 commit 9584a1dCopy full SHA for 9584a1d
test/sectors.jl
@@ -62,7 +62,7 @@ end
62
end
63
64
@testsuite "Fusion tensor and F-move" I -> begin
65
- (BraidingStyle(I) isa Bosonic && hasfusiontensor(I)) || return nothing
+ hasfusiontensor(I) || return nothing
66
for a in smallset(I), b in smallset(I), c in smallset(I)
67
for e in ⊗(a, b), f in ⊗(b, c)
68
for d in intersect(⊗(e, c), ⊗(a, f))
@@ -83,7 +83,7 @@ end
83
84
85
86
-@testsuite "Fusion tensor and F-move and R-move" I -> begin
+@testsuite "Fusion tensor and R-move" I -> begin
87
(BraidingStyle(I) isa Bosonic && hasfusiontensor(I)) || return nothing
88
for a in smallset(I), b in smallset(I)
89
for c in ⊗(a, b)
0 commit comments