Skip to content

Commit ef1d773

Browse files
Updated tests
1 parent f96dfe5 commit ef1d773

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tst/standard/attributes/cartan.tst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ gap> AsList(GeneralizedConjugacyClass(M, m));
4949
Transformation( [ 3, 1, 3 ] ), Transformation( [ 3, 2, 2 ] ),
5050
Transformation( [ 3, 3, 3 ] ) ]
5151

52+
# AsList GeneralizedConjugacyClass test
53+
gap> M := FullTransformationMonoid(3);;
54+
gap> m := Transformation([2, 2, 1]);;
55+
gap> Size(GeneralizedConjugacyClass(M, m));
56+
9
57+
5258
# Simple check of a monoid character table - 1
5359
gap> S := FullTransformationMonoid(3);;
5460
gap> ct := MonoidCharacterTable(S);;

0 commit comments

Comments
 (0)