Skip to content

Commit 7af59e5

Browse files
committed
Test no longer broken
1 parent e927615 commit 7af59e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/test_symmetrysectorsext.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using ITensorBase: ITensor, Index, gettag, prime, settag
55
using QuantumOperatorDefinitions: OpName, SiteType, StateName, op, state
66
using SymmetrySectors: SectorProduct, U1, Z
77
using NamedDimsArrays: dename
8-
using Test: @test, @test_broken, @testset
8+
using Test: @test, @testset
99

1010
@testset "SymmetrySectorsExt" begin
1111
t = SiteType("S=1/2"; gradings=("Sz",))
@@ -54,10 +54,8 @@ using Test: @test, @test_broken, @testset
5454
@test blocklabels(r2) == [SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(-1)))]
5555
@test blocklengths(r2) == [1, 1]
5656

57-
# TODO: There is a bug slicing `BitVector` by `GradedOneTo` in Julia 1.11,
58-
# investigate. See: https://github.com/ITensor/GradedUnitRanges.jl/issues/9
5957
t = SiteType("S=1/2"; gradings=("Sz",))
60-
@test state("0", t) == [1, 0] broken = VERSION v"1.11"
58+
@test state("0", t) == [1, 0]
6159

6260
# Force conversion to `Vector{Float64}` before conversion,
6361
# since there is a bug slicing `BitVector` by `GradedOneTo`.

0 commit comments

Comments
 (0)