Skip to content

Commit a0ddb30

Browse files
committed
add broken tests
1 parent 5111bb2 commit a0ddb30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NDTensors/src/lib/GradedAxes/test/test_dual.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ end
109109
@test blockmergesortperm(a) == [Block(1), Block(2)]
110110
@test blockmergesortperm(ad) == [Block(1), Block(2)]
111111

112+
@test_broken isdual(ad[Block(1)])
113+
@test_broken isdual(ad[Block(1)[1:1]])
112114
I = mortar([Block(2)[1:1]])
113115
g = ad[I]
114116
@test length(g) == 1

0 commit comments

Comments
 (0)