From a370fc0f241232178f262b5de2b13897b54237d8 Mon Sep 17 00:00:00 2001 From: reiniscirpons Date: Fri, 30 Aug 2024 10:14:49 +0100 Subject: [PATCH] Fix ChooseHashFunction rank issue. --- gap/main/setup.gi | 1 - 1 file changed, 1 deletion(-) diff --git a/gap/main/setup.gi b/gap/main/setup.gi index 5a1af9de5..550bc798c 100644 --- a/gap/main/setup.gi +++ b/gap/main/setup.gi @@ -1030,7 +1030,6 @@ end); InstallMethod(ChooseHashFunction, "for an object and an int", [IsObject, IsInt], -1, {p, hashlen} -> rec(func := {v, data} -> 1, data := fail)); # The next two methods are more general than might seem necessary but