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 38d6f42 commit 327f9ed
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 @@ -29,7 +29,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 @@ -50,7 +50,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 327f9ed

Please sign in to comment.