Skip to content

Commit

Permalink
tests: tweak arithlst.tst to finish much faster
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 19, 2017
1 parent 1dfd26e commit e6c0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/teststandard/arithlst.tst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gap> TestOfListArithmetic( GF(25), stddims );

# over a big finite (prime) field
gap> p:= NextPrimeInt( MAXSIZE_GF_INTERNAL );;
gap> TestOfListArithmetic( GF( p ), stddims );
gap> TestOfListArithmetic( GF( p ), [ 4, 5, 6, 8 ] );

# over the rationals
gap> TestOfListArithmetic( Rationals, [ 4 ] );
Expand All @@ -51,7 +51,7 @@ gap> TestOfListArithmetic( GF(5)^[2,3], [ 4, 5, 6 ] );

# over a matrix space/algebra over a big finite (prime) field
gap> p:= NextPrimeInt( MAXSIZE_GF_INTERNAL );;
gap> TestOfListArithmetic( GF( p )^[2,3], [ 4, 5, 6 ] );
gap> TestOfListArithmetic( GF( p )^[2,3], [ 4 ] );

# over a matrix space/algebra over the rationals
gap> TestOfListArithmetic( Rationals^[2,3], [ 4, 5, 6 ] );
Expand Down

0 comments on commit e6c0fa3

Please sign in to comment.