Skip to content

Commit

Permalink
Fix rank issue for ChooseHashFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Aug 29, 2024
1 parent ff54965 commit f3c8de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gap/main/setup.gi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3c8de5

Please sign in to comment.