Skip to content

Commit

Permalink
Replaced lena.jpg with lena_small.jpg to make tests faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
quant12345 committed Oct 9, 2023
1 parent 4e34723 commit 93dfe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_image_processing/test_digital_image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_nearest_neighbour(


def test_local_binary_pattern():
file_path = "digital_image_processing/image_data/lena.jpg"
file_path = "digital_image_processing/image_data/lena_small.jpg"

# Reading the image and converting it to grayscale.
image = imread(file_path, 0)
Expand Down

0 comments on commit 93dfe61

Please sign in to comment.