Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyizheng02 authored Oct 9, 2023
1 parent abaca17 commit 204b73c
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 @@ -99,7 +99,7 @@ def test_local_binary_pattern():
from os import getenv # Speed up our Continuous Integration tests

file_name = "lena_small.jpg" if getenv("CI") else "lena.jpg"
file_path = f"digital_image_processing/image_data/{file_name}.jpg"
file_path = f"digital_image_processing/image_data/{file_name}"

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

0 comments on commit 204b73c

Please sign in to comment.