From a7aa9471ce94e810346442db236525b655cb63b3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 2 Jul 2025 23:57:04 +0200 Subject: [PATCH] Delete a test involving Alt(5) In GAP master we now use a generic character table for alternating groups. As a result the content is now ordered differently. Both versions are correct. To let the tests pass with both old and new GAP, we just delete it -- there are other tests for this feature right afterwards, and at least looking at them there seems to be nothing unique about the test involving the alternating group. So removing it seems reasonable. --- tst/latex/ctbls.tst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tst/latex/ctbls.tst b/tst/latex/ctbls.tst index cd61223..25cf711 100644 --- a/tst/latex/ctbls.tst +++ b/tst/latex/ctbls.tst @@ -31,24 +31,6 @@ X.5 & 1 & 1 & 1 & 1 & 1 \\ \end{array} \end{gather*} -# Alternating Group -gap> c := CharacterTable(AlternatingGroup(5));; -gap> Typeset(c); -\begin{gather*} -\begin{array}{c c c c c c} - & 1a & 2a & 3a & 5a & 5b \\ -X.1 & 1 & 1 & 1 & 1 & 1 \\ -X.2 & 3 & -1 & . & A & *A \\ -X.3 & 3 & -1 & . & *A & A \\ -X.4 & 4 & . & 1 & -1 & -1 \\ -X.5 & 5 & 1 & -1 & . & . \\ -\end{array}\\ -\begin{aligned} -A &= -E(5)-E(5)^4 \\ - &= (1-Sqrt(5))/2 = -b5 \\ -\end{aligned} -\end{gather*} - # SL Group gap> c := CharacterTable(SL(2, 5));; gap> Typeset(c);