Skip to content

Commit

Permalink
Removed SmallGroup call from HPC-GAP test
Browse files Browse the repository at this point in the history
Otherwise, it will fail after the switch to the SmallGrp package as it is not yet HPC-GAP ready.
  • Loading branch information
alex-konovalov authored and ChrisJefferson committed Oct 4, 2017
1 parent ce764d4 commit 97e76c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tst/testinstall/hpc/task.tst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ gap> enum:= Enumerator( g );;
gap> first50:=List( [ 1 .. 50 ], x -> enum[x] );;
gap> CallAsTask( Position, enum, first50[1]);
1
gap> CallAsTask(SmallGroup,256,1);
<pc group of size 256 with 8 generators>
gap> CallAsTask(QuaternionAlgebra,Rationals);
<algebra-with-one of dimension 4 over Rationals>
gap> A := CallAsTask( FreeAlgebraWithOne, Rationals, 2);
Expand Down

0 comments on commit 97e76c6

Please sign in to comment.