-
Notifications
You must be signed in to change notification settings - Fork 165
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
problem with IrreducibleModules
#5924
Comments
The situation is a bit worse than I thought. #5925 fixes the delegations between the
Apparently the generic code does not deal with this situation. |
The second commit for #5925 fixes the errors that popped up after the first commit. This is an ugly hack, but for the moment I do not have a better solution. |
(Just for curiosity: |
The following happens in GAP 4.14.0 as well as in the current master branch.
The problem is a delegation to the same operation called with the commutator factor group, also if the group is itself abelian.
(In many other situations, the method for solvable groups is applicable and therefore one does not run into the infinite recursion.)
I will create a pull request that fixes this problem.
The text was updated successfully, but these errors were encountered: