Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border cases not handled #67

Closed
laurentbartholdi opened this issue Nov 15, 2023 · 1 comment
Closed

Border cases not handled #67

laurentbartholdi opened this issue Nov 15, 2023 · 1 comment

Comments

@laurentbartholdi
Copy link

Lots of border cases are not handled properly:

julia> using SymbolicWedderburn, PermutationGroups, StarAlgebras

julia> tbl = SymbolicWedderburn.CharacterTable(Rational{Int}, PermutationGroups.PermGroup(perm"()")) # freezes

julia> tbl = SymbolicWedderburn.CharacterTable(Rational{Int}, PermutationGroups.PermGroup()) # errors

julia> tbl = SymbolicWedderburn.CharacterTable(Rational{Int}, PermutationGroups.PermGroup(perm"(1,2)"))

julia> χ = SymbolicWedderburn.irreducible_characters(tbl)[1]

julia> zero(χ) # missing method

julia> SymbolicWedderburn.dot(0χ,0χ) # errors
This was referenced Nov 15, 2023
@kalmarek
Copy link
Owner

kalmarek commented Feb 8, 2024

I believe all of those have been fixed; Please reopen if necessary.

@kalmarek kalmarek closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants