Skip to content

Commit

Permalink
refactor: change type of filenames_exclude to set
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 22, 2024
1 parent fe1755a commit 3475875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotest/compare_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def assert_two_dirs_within_tolerance(
dir2: str | PathLike,
*,
tolerance: float = 1e-3,
filenames_exclude: Sequence[str] | None = None,
filenames_exclude: set[str] | None = None,
):
"""
Assert that two directories have the same files with almost the same content within tolerance.
Expand Down

0 comments on commit 3475875

Please sign in to comment.