gap-packages / polycyclic

Computation with polycyclic groups
https://gap-packages.github.io/polycyclic/
Other
4 stars 9 forks source link

Fix bug in IsNormal, increase rank of our FittingSubgroup method #61

Closed stertooy closed 3 years ago

stertooy commented 3 years ago

See https://github.com/gap-packages/polycyclic/issues/46#issuecomment-836857720 for a (lengthy) explanation.

While this PR should fix the issues mentioned in #46, it could probably use some polish and/or extra checks:

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (47e4c7c) into master (f3bdcbd) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   56.01%   56.02%           
=======================================
  Files          87       87           
  Lines       13053    13045    -8     
=======================================
- Hits         7312     7308    -4     
+ Misses       5741     5737    -4     
Impacted Files Coverage Δ
gap/basic/pcpgrps.gi 87.70% <ø> (-0.36%) :arrow_down:
gap/pcpgrp/fitting.gi 61.84% <100.00%> (+0.25%) :arrow_up:
gap/pcpgrp/pcpattr.gi 31.03% <0.00%> (+13.79%) :arrow_up:
fingolfin commented 3 years ago

Thanks!