-
Notifications
You must be signed in to change notification settings - Fork 162
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
Using ranges for seeds in Orbits #5056
Comments
Thanks for the report! In this case, the
The info string is revealing: it suggests This Anyway, should be fixed by PR #5057 |
I was thinking of how to make the example simpler and made "act" the trivial action. However in this case the error does not occur. gap> act := function(omega,g) return omega; end; gap> act := function(omega,g) return PowerModInt(omega,Int(g),15); end; Surprised that the action definition made a difference. |
Please use the following template to submit an issue
(you may delete lines which are not used). Thank you!
Observed behaviour
Expected behaviour
#Same as
Copy and paste GAP banner (to tell us about your setup)
The text was updated successfully, but these errors were encountered: