Skip to content

Commit f19dc44

Browse files
committed
fix namespace
1 parent 3d65e28 commit f19dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/src/lib/Sectors/src/abstractcategory.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function category_label(c::AbstractCategory)
2929
end
3030

3131
block_dimensions(g::AbstractUnitRange) = block_dimensions(SymmetryStyle(g), g)
32-
block_dimensions(::AbelianGroup, g) = GradedAxes.unlabel.(BlockArrays.blocklengths(g))
32+
block_dimensions(::AbelianGroup, g) = LabelledNumbers.unlabel.(BlockArrays.blocklengths(g))
3333
function block_dimensions(::SymmetryStyle, g)
3434
return Sectors.quantum_dimension.(GradedAxes.blocklabels(g)) .*
3535
BlockArrays.blocklengths(g)

0 commit comments

Comments
 (0)