We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aa158 commit 7d1c965Copy full SHA for 7d1c965
1 file changed
test/cuda/tensors.jl
@@ -98,8 +98,8 @@ for V in spacelist
98
next = @constinferred Nothing iterate(bs, state)
99
b2 = @constinferred block(t, first(blocksectors(t)))
100
@test b1 == b2
101
- @test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
102
- @test_broken typeof(b1) === TensorKit.blocktype(t)
+ @test eltype(bs) === Pair{typeof(c), typeof(b1)}
+ @test typeof(b1) === TensorKit.blocktype(t)
103
@test typeof(c) === sectortype(t)
104
end
105
0 commit comments