Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Mar 2, 2022
1 parent 4ca0394 commit 53460bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/qdistrnd03.tst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
#
gap> START_TEST( "qdistrnd03.tst");

# doc/_Chapter_FileFormat.xml:340-347
# doc/_Chapter_FileFormat.xml:344-351
gap> filedir:=DirectoriesPackageLibrary("QDistRnd","matrices");;
gap> lis:=ReadMTXE(Filename(filedir,"n5k1A.mtx" ));;
gap> Print("field ",lis[1],"\n");
field GF(7)
gap> dist:=DistRandStab(lis[3],100,0 : field:=lis[1]);
3

# doc/_Chapter_FileFormat.xml:362-374
# doc/_Chapter_FileFormat.xml:366-378
gap> lis:=ReadMTXE(Filename(filedir,"n5k1.mtx" ));;
gap> Print("field ",lis[1],"\n");
field GF(2)
Expand Down

0 comments on commit 53460bc

Please sign in to comment.