-
Notifications
You must be signed in to change notification settings - Fork 160
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
generalized CharacterTableIsoclinic
#3253
generalized CharacterTableIsoclinic
#3253
Conversation
Up to now, `CharacterTableIsoclinic` dealt only with character tables of groups of the structure 2.G.2 or 4.G.2. Now also the cases p.G.p, for odd primes p, are supported.
f49a5ee
to
111ea46
Compare
Codecov Report
@@ Coverage Diff @@
## master #3253 +/- ##
==========================================
+ Coverage 85.15% 85.15% +<.01%
==========================================
Files 694 696 +2
Lines 342306 344252 +1946
==========================================
+ Hits 291486 293144 +1658
- Misses 50820 51108 +288
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@ThomasBreuer could you please use the "Rebase and merge" function when you merge your own PRs? |
@fingolfin Thanks for the hint. |
Once you used "Rebase and merge", that is the default (for you). I don't know whether we could set a default on the repository |
@fingolfin we could just disable merge commits on the repository. |
The changes from pull request gap-system#3253 had the effect that the orderings of characters and classes in the result of `CharacterTableIsoclinic` were different from those in released versions of GAP. With the current change, we return to the previous orderings.
The changes from pull request #3253 had the effect that the orderings of characters and classes in the result of `CharacterTableIsoclinic` were different from those in released versions of GAP. With the current change, we return to the previous orderings.
Up to now,
CharacterTableIsoclinic
dealt only with character tablesof groups of the structure 2.G.2 or 4.G.2.
Now also the cases p.G.p, for odd primes p, are supported.