File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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))
You can’t perform that action at this time.
0 commit comments