Bug report in function sage.groups.generic.bsgs
In sage/groups/generic.py
, line 468, multiple
is missing some arguments.
That makes the bsgs
calculation in customized group raise ValueError
.
Adding the missing arguments is enough to fix this bug, like this:
c = op(inverse(b), multiple(a, lb,
operation=operation,
identity=identity,
inverse=inverse,
op=op))
Welcome to Ask Sage! Thank you for your question.
Congratulations for spotting this bug. Can you also provide a simple example to illustrate it?
To submit a fix, you can send a merge request to the SageMath repository on GitLab:
or submit a branch to the SageMath repository on Sage Trac:
Would you like help to do that?
Oh yeah, thanks Mr./Mrs. Slelievre, I'll report it on GitLab