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