Skip to content

Commit

Permalink
add broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogauthe committed Nov 4, 2024
1 parent 5111bb2 commit a0ddb30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NDTensors/src/lib/GradedAxes/test/test_dual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ end
@test blockmergesortperm(a) == [Block(1), Block(2)]
@test blockmergesortperm(ad) == [Block(1), Block(2)]

@test_broken isdual(ad[Block(1)])
@test_broken isdual(ad[Block(1)[1:1]])
I = mortar([Block(2)[1:1]])
g = ad[I]
@test length(g) == 1
Expand Down

0 comments on commit a0ddb30

Please sign in to comment.