Skip to content

Commit 93dfe61

Browse files
committed
Replaced lena.jpg with lena_small.jpg to make tests faster.
1 parent 4e34723 commit 93dfe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digital_image_processing/test_digital_image_processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_nearest_neighbour(
9696

9797

9898
def test_local_binary_pattern():
99-
file_path = "digital_image_processing/image_data/lena.jpg"
99+
file_path = "digital_image_processing/image_data/lena_small.jpg"
100100

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

0 commit comments

Comments
 (0)