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 Oct 9, 2023
1 parent 56b16ba commit ca1bd10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions digital_image_processing/test_digital_image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ def test_nearest_neighbour(


def test_local_binary_pattern():
#pull request 10161 before:
#"digital_image_processing/image_data/lena.jpg"
#after: "digital_image_processing/image_data/lena_small.jpg"
# pull request 10161 before:
# "digital_image_processing/image_data/lena.jpg"

# after: "digital_image_processing/image_data/lena_small.jpg"

from os import getenv # Speed up our Continuous Integration tests

file_name = "lena_small.jpg" if getenv("CI") else "lena.jpg"
Expand Down

0 comments on commit ca1bd10

Please sign in to comment.