Skip to content

Commit

Permalink
fixed mult hashing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ira Fesefeldt committed Nov 15, 2023
1 parent 088e083 commit 063cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hashing.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def div_argument():

def mult_argument():
"""Parameters for multiplication method"""
return ["--mult", "0.4", "8"]
return ["--mult", "0.125", "8"]


def mult_shift_argument():
Expand Down

0 comments on commit 063cd8d

Please sign in to comment.