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 62aabb0 commit a78beb0Copy full SHA for a78beb0
test/test_fusion_trees.jl
@@ -133,14 +133,14 @@ end
133
@test root_sector(f) == SU{3}((0, 0))
134
@test sector_type(f) == typeof(a8)
135
136
- f8a = trees[2]
137
- f8b = trees[3]
138
- @test_broken root_sector(f8a) == a8
139
- @test_broken root_sector(f8b) == a8
+ f8a = trees[4]
+ f8b = trees[5]
+ @test root_sector(f8a) == a8
+ @test root_sector(f8b) == a8
140
@test branch_sectors(f8a) == (a8,)
141
@test branch_sectors(f8b) == (a8,)
142
@test outer_multiplicity_indices(f8a) == (1,)
143
- @test_broken outer_multiplicity_indices(f8b) == (2,)
+ @test outer_multiplicity_indices(f8b) == (2,)
144
end
145
146
@testset "SU(2)×SU(3) SectorFusionTree" begin
0 commit comments