Set InfoText when computing Irr#6275
Open
ThomasBreuer wants to merge 3 commits intogap-system:masterfrom
Open
Conversation
Whenever the `Irr` value gets computed for a group or a character table, store in `InfoText` of the table which method was used. And add an `Irr` method for the case that `IrrDixonSchneider` is known. (We have at least one package with a method of higher rank than the `IrrDixonSchneider` based method, so this makes sense.)
fingolfin
approved these changes
Mar 18, 2026
Member
|
Hmm: Though I think this is after a |
limakzi
approved these changes
Mar 19, 2026
Contributor
Author
Yes. Currently I cannot reproduce the problem locally, that's why I had added messages to some |
(see the comment for the pull request)
Contributor
Author
|
The situation is as follows:
|
Contributor
Author
|
Concerning and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Whenever the
Irrvalue gets computed for a group or a character table, store inInfoTextof the table which method was used.And add an
Irrmethod for the case thatIrrDixonSchneideris known. (We have at least one package with a method of higher rank than theIrrDixonSchneiderbased method, so this makes sense.)