Skip to content
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

keep the ordering of characters/classes #3581

Merged
merged 2 commits into from
Jul 18, 2019

Conversation

ThomasBreuer
Copy link
Contributor

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.

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.
@ThomasBreuer ThomasBreuer added regression A bug that only occurs in the branch, not in a release release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Jul 17, 2019
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Is there by chance a simple test for this which could also be added?

@codecov
Copy link

codecov bot commented Jul 17, 2019

Codecov Report

Merging #3581 into master will decrease coverage by 0.12%.
The diff coverage is 37.5%.

@@            Coverage Diff             @@
##           master    #3581      +/-   ##
==========================================
- Coverage   84.46%   84.34%   -0.13%     
==========================================
  Files         696      696              
  Lines      345127   345130       +3     
==========================================
- Hits       291497   291085     -412     
- Misses      53630    54045     +415
Impacted Files Coverage Δ
lib/ctbl.gi 80.23% <37.5%> (-0.07%) ⬇️
src/range.c 93.05% <0%> (-5.66%) ⬇️
src/finfield.h 89.83% <0%> (-8.48%) ⬇️
src/finfield.c 92% <0%> (-5.92%) ⬇️
src/scanner.c 87.74% <0%> (-4.6%) ⬇️
src/vecffe.c 79.31% <0%> (-3.41%) ⬇️
src/costab.c 72.71% <0%> (-4.03%) ⬇️
src/libgap-api.c 65.64% <0%> (ø) ⬆️
src/io.c 76.83% <0%> (-1.88%) ⬇️
src/tietze.c 90.09% <0%> (-3.63%) ⬇️
... and 108 more

@coveralls
Copy link

coveralls commented Jul 17, 2019

Coverage Status

Coverage decreased (-0.006%) to 84.3% when pulling c149620 on ThomasBreuer:TB_isoclinic_update into b5373a3 on gap-system:master.

(The idea of the change is to guarantee a particular ordering
of conjugacy classes, I have no idea how to express this without
referring to a given class ordering, that is, referring to some
library character table.)
@ThomasBreuer ThomasBreuer merged commit 0b963ef into gap-system:master Jul 18, 2019
@ThomasBreuer ThomasBreuer deleted the TB_isoclinic_update branch July 18, 2019 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression A bug that only occurs in the branch, not in a release release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants