-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix delegations among
IrreducibleModules
methods
There were infinite recursions in the case of abelian groups. Apparently there is code for computing the irreducible representations of abelian groups over finite fields only for the case of prime fields. The infinite recursions do not catch the case of non-prime fields anymore after the current changes; the generic code now runs into errors.
- Loading branch information
1 parent
6800c66
commit ce72fe0
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters