Skip to content

Commit

Permalink
tst: Fix sporadic failure of ProjSubfield3.tst
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha authored and fingolfin committed Dec 11, 2020
1 parent a3f97e9 commit 174590b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tst/working/quick/ProjSubfield3.tst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ gap> g := GroupWithGenerators(gens);;

# Remark: The *4 comes from the fact that by blowing up we lose a factor
# of 4 in scalars, they are now in the projective group.
gap> level := InfoLevel(InfoOrb);;
gap> SetInfoLevel(InfoOrb, 0);;
gap> ri := RECOG.TestGroup(g,true,Size(PGL(3,3^2)));;
gap> SetInfoLevel(InfoOrb, level);;

0 comments on commit 174590b

Please sign in to comment.