Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions gap/base/recognition.gi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down