We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23ce1e commit 12eefecCopy full SHA for 12eefec
1 file changed
test/sectors.jl
@@ -17,7 +17,8 @@ for I in sectorlist
17
@test @constinferred(one(s[1])) == @constinferred(one(I))
18
@constinferred dual(s[1])
19
@constinferred dim(s[1])
20
- @constinferred frobeniusschur(s[1])
+ @constinferred frobenius_schur_phase(s[1])
21
+ @constinferred frobenius_schur_indicator(s[1])
22
@constinferred Nsymbol(s...)
23
@constinferred Rsymbol(s...)
24
@constinferred Bsymbol(s...)
0 commit comments