gap-packages / ClassicalMaximals

Maximal subgroups of classical groups
Other
0 stars 8 forks source link

Orthogonal C5 #110

Closed TristanPfersdorff closed 2 years ago

TristanPfersdorff commented 2 years ago

All the stuff for the C5 subgroups in case O.

Checklist for the reviewer

General

Functions constructing generators of maximal subgroups

Functions assembling the list of all maximal subgroups of a certain group

The reviewer doesn't need to compare our results to magma's results. That's the job of the person implementing the code.

codecov[bot] commented 2 years ago

Codecov Report

Merging #110 (bffbdd7) into main (9300c14) will decrease coverage by 0.93%. The diff coverage is 64.22%.

@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   92.79%   91.85%   -0.94%     
==========================================
  Files          14       14              
  Lines        3552     3673     +121     
==========================================
+ Hits         3296     3374      +78     
- Misses        256      299      +43     
Impacted Files Coverage Δ
gap/ClassicalMaximals.gi 77.87% <2.22%> (-4.51%) :arrow_down:
gap/SubfieldMatrixGroups.gi 98.46% <100.00%> (+0.64%) :arrow_up:
TristanPfersdorff commented 2 years ago

Nitpicks are implemented. I also noticed that my tests were apparently so terrible that a large chunk of code was not covered, but that is all fixed now to. This is ready for merging.