Skip to content

Commit 5e9ca63

Browse files
author
Katharine Hyatt
committed
Things unbroke themselves
1 parent 35f4a0e commit 5e9ca63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/amd/tensors.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ for V in spacelist
6666
next = @constinferred Nothing iterate(bs, state)
6767
b2 = @constinferred block(t, first(blocksectors(t)))
6868
@test b1 == b2
69-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
70-
@test_broken typeof(b1) === TensorKit.blocktype(t)
69+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
70+
@test typeof(b1) === TensorKit.blocktype(t)
7171
@test typeof(c) === sectortype(t)
7272
end
7373
end
@@ -116,8 +116,8 @@ for V in spacelist
116116
next = @constinferred Nothing iterate(bs, state)
117117
b2 = @constinferred block(t', first(blocksectors(t')))
118118
@test b1 == b2
119-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
120-
@test_broken typeof(b1) === TensorKit.blocktype(t')
119+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
120+
@test typeof(b1) === TensorKit.blocktype(t')
121121
@test typeof(c) === sectortype(t)
122122
# linear algebra
123123
@test isa(@constinferred(norm(t)), real(T))

0 commit comments

Comments
 (0)