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 f165066 commit 94ae370Copy full SHA for 94ae370
NDTensors/src/lib/GradedAxes/src/fusion.jl
@@ -124,7 +124,7 @@ function blockmergesort(g::AbstractGradedUnitRange)
124
end
125
126
blockmergesort(g::UnitRangeDual) = dual(blockmergesort(flip(g)))
127
-blockmergesort(g::OneToOne) = g
+blockmergesort(g::AbstractUnitRange) = g
128
129
# fusion_product produces a sorted, non-dual GradedUnitRange
130
function fusion_product(g1, g2)
0 commit comments