Skip to content

Commit

Permalink
Removed two more examples from grpauto.tst
Browse files Browse the repository at this point in the history
Now it runs withing the memory limits in `make teststandard`
(-o 1g) and takes about 2000s with no packages (still with
info message about alternating recognition).
  • Loading branch information
Alexander Konovalov committed Nov 30, 2016
1 parent 1b54805 commit dcaa4b2
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tst/teststandard/grpauto.tst
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,6 @@ fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# maximalAbelian took memory
#
gap> G:=PcGroupCode(
> 4241001241648612707217598260832611111859648363850009814061412466747,
> 18144);;
gap> H:=PcGroupCode(
> 8452751797183492013365034036870074746315874486014489856228688347195,
> 18144);;
gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# Full GL on module needs to be reduced
#
gap> G:=PcGroupCode(1083775118752032412701115313901099867559962870543,
> 11664);;
gap> H:=PcGroupCode(542004979975587406537467217880858737939706807055,
> 11664);;
gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
gap> G:=PcGroupCode(731609193963915469349479836674438288113664000126400,
> 15744);;
Expand Down

0 comments on commit dcaa4b2

Please sign in to comment.