You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix delegations among IrreducibleModules methods (#5925)
* 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.
* hack in order to make more cases work
Once we know that our group is abelian,
call `IrreducibleModules` without restricting the dimension to 1,
and later filter the result in order to take just the 1-dim. modules.
(This is not a good solution, but at least more tests are working now.)
0 commit comments