Skip to content

Commit

Permalink
Tweak meataxe test to be independent of random state
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 17, 2017
1 parent aaa5ccb commit 358ebaa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tst/testinstall/meataxe.tst
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,12 @@ gap> res:=SMTX.BasesCSSmallDimUp(m[2]);
[ <a GF2 vector of length 6>, <a GF2 vector of length 6>,
<a GF2 vector of length 6>, <a GF2 vector of length 6>,
<a GF2 vector of length 6>, <a GF2 vector of length 6> ] ]
gap> Display(Concatenation(res));
gap> Display(res[2]);
1 1 1 1 1 1
gap> Display(res[3]);
1 . . 1 1 .
. 1 1 . . 1
1 . . . 1 1
. 1 . . 1 .
. . 1 . 1 1
. . . 1 . 1
gap> Display(res[5]);
1 . . . . .
. 1 . . . .
. . 1 . . .
Expand Down

0 comments on commit 358ebaa

Please sign in to comment.