Skip to content

Commit

Permalink
TEST: Added test for CompositionSeriesThrough
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Feb 8, 2021
1 parent 1e70559 commit 2dbbe7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tst/teststandard/grpprmcs.tst
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ Group
Group
gap> List( ChiefSeriesOfGroup( g ), Size );
[ 1215506, 607753, 31987, 1103, 1 ]
gap> u:=NormalClosure(g,SylowSubgroup(g,2));;
gap> cs:=ChiefSeriesThrough(g,[u]);;
gap> List(cs,Size);
[ 1215506, 63974, 2206, 1103, 1 ]

# $Co_2$ on 2300 points
gap> g:=
Expand Down

0 comments on commit 2dbbe7f

Please sign in to comment.