Skip to content

Commit 5b83bf4

Browse files
committed
mark tests as no longer broken
1 parent 18aa158 commit 5b83bf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/cuda/tensors.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ for V in spacelist
9898
next = @constinferred Nothing iterate(bs, state)
9999
b2 = @constinferred block(t, first(blocksectors(t)))
100100
@test b1 == b2
101-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
102-
@test_broken typeof(b1) === TensorKit.blocktype(t)
101+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
102+
@test typeof(b1) === TensorKit.blocktype(t)
103103
@test typeof(c) === sectortype(t)
104104
end
105105
end
@@ -162,8 +162,8 @@ for V in spacelist
162162
next = @constinferred Nothing iterate(bs, state)
163163
b2 = @constinferred block(t', first(blocksectors(t')))
164164
@test b1 == b2
165-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
166-
@test_broken typeof(b1) === TensorKit.blocktype(t')
165+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
166+
@test typeof(b1) === TensorKit.blocktype(t')
167167
@test typeof(c) === sectortype(t)
168168
# linear algebra
169169
@test isa(@constinferred(norm(t)), real(T))

0 commit comments

Comments
 (0)