From 406f11767da258f80c293e839ff4a66db1d058b2 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Mon, 8 Apr 2024 09:04:43 +0200 Subject: [PATCH] Add test for eltype of Iterator for product of sectors --- test/sectors.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sectors.jl b/test/sectors.jl index a0a70458..720d1a99 100644 --- a/test/sectors.jl +++ b/test/sectors.jl @@ -19,6 +19,7 @@ println("------------------------------------") @constinferred Bsymbol(s...) @constinferred Fsymbol(s..., s...) it = @constinferred s[1] ⊗ s[2] + @test eltype(it) === I @constinferred ⊗(s..., s...) end @testset "Sector $Istr: Value iterator" begin