From 1caa1696b92537280cdf35de6f72c33434dbbea5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 13 May 2026 01:20:45 +0200 Subject: [PATCH] Remove test for 'Matrix(GF(3), [[]]);' This is purely testing GAP library code as far as I can tell, and is currently failing on GAP master. For details, see . --- tst/standard/elements/semiringmat.tst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tst/standard/elements/semiringmat.tst b/tst/standard/elements/semiringmat.tst index f3382d777..67d25dd0c 100644 --- a/tst/standard/elements/semiringmat.tst +++ b/tst/standard/elements/semiringmat.tst @@ -562,10 +562,6 @@ gap> Matrix(IsTropicalMaxPlusMatrix, [[2, 2], [0, 1]], 10) < > Matrix(IsTropicalMaxPlusMatrix, [[2, 2], [0, 1]], 10); false -# Test Matrix for a finite field and list consisting of an empty list -gap> Matrix(GF(3), [[]]); -[ [ ] ] - # Pickling gap> filename := Concatenation(SEMIGROUPS.PackageDir, > "/tst/standard/elements/semiringmat.tst");;