From f3c8de511f9a15567740144902f84b47ea87ea0e Mon Sep 17 00:00:00 2001 From: reiniscirpons Date: Thu, 29 Aug 2024 16:47:48 +0100 Subject: [PATCH] Fix rank issue for ChooseHashFunction --- 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