-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
make gens and orbits of PermutationGroup immutable #33824
Comments
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Author: Martin Rubey |
comment:3
Here is another problem, of the same kind:
I checked a few examples of groups, the all return a tuple. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:7
A while-we-are-at-it thing would be to replace the |
Reviewer: Travis Scrimshaw |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Done, I also looked at the doc which comes out fine. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Thank you. LGTM. |
Changed branch from u/mantepse/make_orbits_of_permutationgroup_immutable to |
We don't want the following to happen:
Therefore, we change the return type of
gens
andorbits
to be a tuple of tuples. We keep the_repr_
ofPermutationGroup_generic
, because the output is more compact.Note that
gens
returns a tuple for all other groups I checked.CC: @tscrim
Component: group theory
Author: Martin Rubey
Branch/Commit:
90005e7
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33824
The text was updated successfully, but these errors were encountered: