Skip to content

Commit 11aa368

Browse files
committed
basic properties edit
1 parent 8737431 commit 11aa368

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

test/test_A4.jl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ end
6161
@constinferred dual(s[1])
6262
@test dual(s[1]) == I.(i, i, MTK._get_dual_cache(I)[2][i, i][s[1].label])
6363
@constinferred dim(s[1])
64-
@constinferred frobeniusschur(s[1])
64+
@constinferred frobenius_schur_phase(s[1])
65+
@constinferred frobenius_schur_indicator(s[1])
66+
@constinferred Nsymbol(s...)
67+
@constinferred Asymbol(s...)
6568
@constinferred Bsymbol(s...)
66-
@constinferred Fsymbol(s..., s...)
69+
F = @constinferred Fsymbol(s..., s...)
70+
@test eltype(F) <: @testinferred sectorscalartype(I)
6771
end
6872
else
6973
@testset "Basic module properties" begin
@@ -83,7 +87,9 @@ end
8387
@test dual(dual(m)) == m
8488

8589
@constinferred dim(m)
86-
@constinferred frobeniusschur(m)
90+
@constinferred frobenius_schur_phase(m)
91+
@constinferred frobenius_schur_indicator(m)
92+
@constinferred Asymbol(m, mop, c)
8793
@constinferred Bsymbol(m, mop, c)
8894
@constinferred Fsymbol(mop, m, mop, mop, d, c)
8995
end

0 commit comments

Comments
 (0)