Skip to content

Commit

Permalink
Updated test to correct numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Sep 30, 2020
1 parent a389775 commit 48d94e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/teststandard/opers/PerfectGroups.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ gap> START_TEST("PerfectGroups.tst");

#
gap> Sum(SizesPerfectGroups(),NrPerfectGroups);
6002
6030
gap> l:=[61440, 86016, 122880, 172032, 245760, 344064, 368640, 491520,
> 688128, 737280, 983040 ];;
gap> List(l,NrPerfectGroups);
[ 98, 52, 258, 154, 582, 291, 46, 975, 508, 54, 1881 ]
[ 98, 52, 258, 154, 582, 291, 46, 1004, 508, 54, 1880 ]
gap> gp:=List(l,x->PerfectGroup(IsPermGroup,x,30));;
gap> gp:=List(gp,x->Group(GeneratorsOfGroup(x)));;
gap> List(gp,Size)=l;
Expand Down

0 comments on commit 48d94e5

Please sign in to comment.