-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unused functions in ctbl.gi #2646
Comments
I can provide a pull request that addresses the above comments if there are no objections. |
- changed the function `CharacterTableOfNormalSubgroup` such that either a full character table or `fail` is returned, and documented this function, - documented `ClassPositionsOfSolvableRadical`, - removed the unused and undocumented function `CharacterTable_IsNilpotentNormalSubgroup` (use `IsSubset` and `ClassPositionsOfFittingSubgroup` if you need what this function computes), - fixed an error when calling `Display` with the character table of a trivial group, and added a test example for that.
- changed the function `CharacterTableOfNormalSubgroup` such that either a full character table or `fail` is returned, and documented this function, - documented `ClassPositionsOfSolvableRadical`, - removed the unused and undocumented function `CharacterTable_IsNilpotentNormalSubgroup` (use `IsSubset` and `ClassPositionsOfFittingSubgroup` if you need what this function computes), - fixed an error when calling `Display` with the character table of a trivial group, and added a test example for that.
- changed the function `CharacterTableOfNormalSubgroup` such that either a full character table or `fail` is returned, and documented this function, - documented `ClassPositionsOfSolvableRadical`, - removed the unused and undocumented function `CharacterTable_IsNilpotentNormalSubgroup` (use `IsSubset` and `ClassPositionsOfFittingSubgroup` if you need what this function computes), - fixed an error when calling `Display` with the character table of a trivial group, and added a test example for that.
- changed the function `CharacterTableOfNormalSubgroup` such that either a full character table or `fail` is returned, and documented this function, - documented `ClassPositionsOfSolvableRadical`, - removed the unused and undocumented function `CharacterTable_IsNilpotentNormalSubgroup` (use `IsSubset` and `ClassPositionsOfFittingSubgroup` if you need what this function computes), - fixed an error when calling `Display` with the character table of a trivial group, and added a test example for that.
@fingolfin @ThomasBreuer #2681 has been merged - just to check, is this issue fully addressed now and may be closed? |
I think so |
The following functions are unused (found by looking at https://codecov.io/gh/gap-system/gap/src/master/lib/ctbl.gi), nor do they seem to be documented.
Should they be used somewhere? Documented for users? Removed? Maybe @ThomasBreuer knows more?
I also noticed that there are two methods installed for
CorrespondingPermutations
inlib/ctblfuns.gi
, one with 2 and one with 3 args. But except for oneelse if
clause, plus some tiny (accidental??) differences, they are identical. Perhaps it would be better to merge the two into one?The text was updated successfully, but these errors were encountered: