Skip to content

Commit a4954fb

Browse files
committed
remove GradedRange.
1 parent f9f3b5b commit a4954fb

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
@@ -121,7 +121,7 @@ function blockmergesort(g::AbstractGradedUnitRange)
121121
la -> labelled(sum(gblocklengths[findall(==(la), glabels)]; init=0), la),
122122
sort(unique(glabels)),
123123
)
124-
return GradedAxes.gradedrange(new_blocklengths)
124+
return gradedrange(new_blocklengths)
125125
end
126126

127127
blockmergesort(g::UnitRangeDual) = dual(blockmergesort(flip(g)))

0 commit comments

Comments
 (0)