Skip to content

Commit 4cb7874

Browse files
committed
implicit tuple in CategoryProduct
1 parent fe5237a commit 4cb7874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/src/lib/Sectors/src/category_product.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fusion_rule(::AbelianGroup, c::CategoryProduct, ::EmptyCategoryProduct) = c
186186

187187
# =============================== Ordered implementation =================================
188188
CategoryProduct(t::Tuple) = _CategoryProduct(t)
189-
CategoryProduct(cats::AbstractCategory...) = CategoryProduct((cats...,))
189+
CategoryProduct(cats::AbstractCategory...) = CategoryProduct(cats)
190190

191191
categories_isequal(o1::Tuple, o2::Tuple) = (o1 == o2)
192192

0 commit comments

Comments
 (0)