File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ for V in spacelist
6666 next = @constinferred Nothing iterate (bs, state)
6767 b2 = @constinferred block (t, first (blocksectors (t)))
6868 @test b1 == b2
69- @test_broken eltype (bs) === Pair{typeof (c), typeof (b1)}
70- @test_broken typeof (b1) === TensorKit. blocktype (t)
69+ @test eltype (bs) === Pair{typeof (c), typeof (b1)}
70+ @test typeof (b1) === TensorKit. blocktype (t)
7171 @test typeof (c) === sectortype (t)
7272 end
7373 end
@@ -116,8 +116,8 @@ for V in spacelist
116116 next = @constinferred Nothing iterate (bs, state)
117117 b2 = @constinferred block (t' , first (blocksectors (t' )))
118118 @test b1 == b2
119- @test_broken eltype (bs) === Pair{typeof (c), typeof (b1)}
120- @test_broken typeof (b1) === TensorKit. blocktype (t' )
119+ @test eltype (bs) === Pair{typeof (c), typeof (b1)}
120+ @test typeof (b1) === TensorKit. blocktype (t' )
121121 @test typeof (c) === sectortype (t)
122122 # linear algebra
123123 @test isa (@constinferred (norm (t)), real (T))
You can’t perform that action at this time.
0 commit comments