Skip to content

Commit 931bf2e

Browse files
author
Katharine Hyatt
committed
And again
1 parent 863e827 commit 931bf2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/amd/tensors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ for V in spacelist
137137
next = @constinferred Nothing iterate(bs, state)
138138
b2 = @constinferred block(t', first(blocksectors(t')))
139139
@test b1 == b2
140-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
141-
@test_broken typeof(b1) === TensorKit.blocktype(t')
140+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
141+
@test typeof(b1) === TensorKit.blocktype(t')
142142
@test typeof(c) === sectortype(t)
143143
# linear algebra
144144
@test isa(@constinferred(norm(t)), real(T))

0 commit comments

Comments
 (0)