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 5111bb2 commit a0ddb30Copy full SHA for a0ddb30
NDTensors/src/lib/GradedAxes/test/test_dual.jl
@@ -109,6 +109,8 @@ end
109
@test blockmergesortperm(a) == [Block(1), Block(2)]
110
@test blockmergesortperm(ad) == [Block(1), Block(2)]
111
112
+ @test_broken isdual(ad[Block(1)])
113
+ @test_broken isdual(ad[Block(1)[1:1]])
114
I = mortar([Block(2)[1:1]])
115
g = ad[I]
116
@test length(g) == 1
0 commit comments