Skip to content

Fix 29 socle types recorded with a rank one too high - #70

Open
fingolfin wants to merge 1 commit into
masterfrom
fix-socle-type-ranks
Open

Fix 29 socle types recorded with a rank one too high#70
fingolfin wants to merge 1 commit into
masterfrom
fix-socle-type-ranks

Conversation

@fingolfin

Copy link
Copy Markdown
Member

PrimitiveGroup(4095,1) is the clearest: it claimed C(7,2), that is Sp(14,2), where the socle is B(6,2) acting on the 4095 non-zero vectors of GF(2)^12. Twenty-nine entries in degrees 3159 to 4095 have the same fault.

Only the recorded label is wrong; the groups are untouched. SocleTypePrimitiveGroup computes the corrected value for every one of them, which is what the test checks.

Some corrections change the series letter too, C to B. That is harmless where the two names denote the same group: e.g. Omega(2n+1,q) and PSp(2n,q) are isomorphic.

Prepared with AI assistance (Claude).

CC @olexandr-konovalov

PrimitiveGroup(4095,1) is the clearest: it claimed C(7,2), that is Sp(14,2),
where the socle is B(6,2) acting on the 4095 non-zero vectors of GF(2)^12.
Twenty-nine entries in degrees 3159 to 4095 have the same fault.

Only the recorded label is wrong; the groups are untouched.
SocleTypePrimitiveGroup computes the corrected value for every one of them,
which is what the test checks.

Some corrections change the series letter too, C to B.  That is harmless where
the two names denote the same group -- Omega(2n+1,q) and PSp(2n,q) are
isomorphic -- and the rank never was.

COHORTS_PRIMITIVE_GROUPS needs no change: it stops at degree 2499, and every
correction here is at 3159 or above.

Found by comparing every entry field by field against the data-compression
branch, which already carries these corrections.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.91%. Comparing base (8cffefb) to head (8e6f305).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          46       46           
  Lines      383081   383081           
=======================================
  Hits       382745   382745           
  Misses        336      336           
Files with missing lines Coverage Δ
data/gps31.g 100.00% <100.00%> (ø)
data/gps32.g 100.00% <100.00%> (ø)
data/gps35.g 100.00% <100.00%> (ø)
data/gps38.g 100.00% <100.00%> (ø)
data/gps39.g 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant