Skip to content

Commit

Permalink
FIX: WreathProductElementList tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichRober authored Sep 20, 2024
1 parent 709433d commit 35a7d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tst/testinstall/opers/ListWreathProductElement.tst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ true
#

gap> K := FreeGroup("x", "y");;
gap> AssignGeneratorVariables(K);;
gap> x := K.1;;
gap> y := K.2;;
gap> H := SymmetricGroup(3);;
gap> W := WreathProduct(K, H);;
gap> l := [x*y, x, y, (1,2,3)];;
Expand Down

0 comments on commit 35a7d21

Please sign in to comment.