-
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
FIX: Fitting free data use in clashom #3154
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3154 +/- ##
==========================================
+ Coverage 75.36% 83.67% +8.31%
==========================================
Files 682 688 +6
Lines 327430 336662 +9232
==========================================
+ Hits 246757 281694 +34937
+ Misses 80673 54968 -25705
|
If the group has been obtained as subgroup from a fitting free computation, the data will be inherited and might not guarantee that the factor group really is fitting free. Test/resolve this. This fixes gap-system#3139
I.e. do not store an FF setup if the factor has a radical -- code often assume that the given radical factor is indeed fitting free. Subsequent manual changes
@hulpke for the release notes, could you please give a proper description of the fix? Thanks. |
@alex-konovalov I think the secription is as good as I can make it. For the release notes |
I am particularly concerned about "fitting free computation" - seems this part could have been made clearer. |
@alex-konovalov |
About the style of the text used for release notes. |
Let me explain in more details why I am assuming that for a side reader this may be cryptic. First of all, it's now clear which is the behaviour before and which is after. Is what you're describing a bug, or a behaviour after a bug? Next,
what is actually computed? A subgroup or a solvable radical? I would struggle to parse this
"will be" (after the fix) or "was" (before it) or actually "is" since this did not change at all?
and Fitting is a surname to be spelled as Fitting. Would you be happy with this, or it's incorrect:
|
I've put that version in #3503 - if you have any corrections, please leave them as comments there. |
If the group has been obtained as subgroup from a fitting free/solvable radical computation,
the data will be inherited and might not guarantee that the factor group
really is fitting free. Test/resolve this.
This fixes #3139
Also recode assertion to avoid #3140