From a5848b3f904f251e75c0df92f66d3f3c2ffaa3e1 Mon Sep 17 00:00:00 2001 From: Sergio Siccha Date: Tue, 15 Dec 2020 23:39:37 +0100 Subject: [PATCH] Remove TestGroupOptions.sizeTests and .. .. remove a hack in TestGroup which made it easier to pass it. --- gap/base/recognition.gi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gap/base/recognition.gi b/gap/base/recognition.gi index 3086bb206..0dd730669 100644 --- a/gap/base/recognition.gi +++ b/gap/base/recognition.gi @@ -977,9 +977,6 @@ InstallGlobalFunction( "GetCompositionTreeNode", # Testing: RECOG.TestGroupOptions := rec( - # Number of times to test whether the recognized size is right - sizeTests := 3, - # Number of random elements in group to check # This is used both for the number of elements in the # group to check, and the number of random elements of @@ -1039,9 +1036,6 @@ RECOG.TestGroup := function(g,proj,size, optionlist...) if count = -1 then return fail; fi; - else - #Print("Test was OK!\n"); - count := 3; # worked! fi; until count >= 3; #View(ri);