Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 74a0284

Browse files
author
Sergey Vasilyev
committed
Accept pure integers for bisection threshold
1 parent b85dc66 commit 74a0284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/hashdiff_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class HashDiffer(TableDiffer):
7171
"""
7272

7373
bisection_factor: int = DEFAULT_BISECTION_FACTOR
74-
bisection_threshold: Number = DEFAULT_BISECTION_THRESHOLD # Accepts inf for tests
74+
bisection_threshold: int | Number = DEFAULT_BISECTION_THRESHOLD # Accepts inf for tests
7575

7676
stats: dict = attrs.field(factory=dict)
7777

0 commit comments

Comments
 (0)