There was an error while loading. Please reload this page.
1 parent 863e827 commit 931bf2eCopy full SHA for 931bf2e
1 file changed
test/amd/tensors.jl
@@ -137,8 +137,8 @@ for V in spacelist
137
next = @constinferred Nothing iterate(bs, state)
138
b2 = @constinferred block(t', first(blocksectors(t')))
139
@test b1 == b2
140
- @test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
141
- @test_broken typeof(b1) === TensorKit.blocktype(t')
+ @test eltype(bs) === Pair{typeof(c), typeof(b1)}
+ @test typeof(b1) === TensorKit.blocktype(t')
142
@test typeof(c) === sectortype(t)
143
# linear algebra
144
@test isa(@constinferred(norm(t)), real(T))
0 commit comments