Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 94ae649 commit f5d32af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/bm3dornl/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_is_within_threshold():
result = is_within_threshold(ref_patch, cmp_patch_close, threshold)
assert not result, "Failed: Slightly different patches should not be within very small distance of 0.1"


@pytest.mark.skip(reason="Changed function signature")
def test_horizontal_binning():
# Initial setup: Create a test image
Expand Down

0 comments on commit f5d32af

Please sign in to comment.