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 1dc72ae commit d3b624eCopy full SHA for d3b624e
src/fusiontensor/fusiontensor.jl
@@ -120,8 +120,7 @@ function promote_sectors(
120
# fuse with trivial to insert all missing arguments inside each GradedAxis
121
# avoid depending on SymmetrySectors internals
122
s0 = trivial(T)
123
- unified_legs = map_blocklabels.(s -> only(blocklabels(fusion_product(s0, s))), legs)
124
- return unified_legs
+ return map_blocklabels.(s -> only(blocklabels(fusion_product(s0, s))), legs)
125
end
126
127
function promote_sector_type(legs)
0 commit comments