Commit 2d2b52f
Release Manager
gh-40441: src/sage/groups/perm_gps/permgroup.py: bullet-proof a test
There's a test in this file that finds a random subgroup of
`SymmetricGroup(6)` with three generators, round-trips it through a
finite presentation, and then checks the result for isomorphism with
itself. If you are unlucky, however, GAP will get confused, and raise a
`GAPError` during the round trip. This was originally reported in
#32141, and a workaround was
added at some point.
The workaround is a bit ugly though, and it does not make a lot of sense
to test something that in fact does not work. I have tried all 2024 of
them, and the same problem does not arise with subgroups of
`SymmetricGroup(4)`, so this commit reverts the workaround and then
changes the 6 to a 4. (Five has the same problem that six does.)
Closes: #32141
URL: #40441
Reported by: Michael Orlitzky
Reviewer(s):
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3131 | 3131 | | |
3132 | 3132 | | |
3133 | 3133 | | |
3134 | | - | |
| 3134 | + | |
3135 | 3135 | | |
3136 | 3136 | | |
3137 | | - | |
3138 | | - | |
3139 | | - | |
3140 | | - | |
3141 | | - | |
3142 | | - | |
| 3137 | + | |
| 3138 | + | |
3143 | 3139 | | |
3144 | 3140 | | |
3145 | 3141 | | |
| |||
0 commit comments