File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262end
6363
6464@testsuite " Fusion tensor and F-move" I -> begin
65- ( BraidingStyle (I) isa Bosonic && hasfusiontensor (I) ) || return nothing
65+ hasfusiontensor (I) || return nothing
6666 for a in smallset (I), b in smallset (I), c in smallset (I)
6767 for e in ⊗ (a, b), f in ⊗ (b, c)
6868 for d in intersect (⊗ (e, c), ⊗ (a, f))
8383 end
8484end
8585
86- @testsuite " Fusion tensor and F-move and R-move" I -> begin
86+ @testsuite " Fusion tensor and R-move" I -> begin
8787 (BraidingStyle (I) isa Bosonic && hasfusiontensor (I)) || return nothing
8888 for a in smallset (I), b in smallset (I)
8989 for c in ⊗ (a, b)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ testsuite_path = joinpath(
1414)
1515include(testsuite_path)
1616
17- SectorTestSuite.test_sectortype (MySectorType)
17+ SectorTestSuite.test_sector (MySectorType)
1818```
1919
2020Additionally, this test suite exports the following convenience testing utilities:
You can’t perform that action at this time.
0 commit comments