Skip to content

Commit 94ae370

Browse files
committed
generic blockmergesort
1 parent f165066 commit 94ae370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/src/lib/GradedAxes/src/fusion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function blockmergesort(g::AbstractGradedUnitRange)
124124
end
125125

126126
blockmergesort(g::UnitRangeDual) = dual(blockmergesort(flip(g)))
127-
blockmergesort(g::OneToOne) = g
127+
blockmergesort(g::AbstractUnitRange) = g
128128

129129
# fusion_product produces a sorted, non-dual GradedUnitRange
130130
function fusion_product(g1, g2)

0 commit comments

Comments
 (0)