Skip to content

Commit

Permalink
Update test_digital_image_processing.py
Browse files Browse the repository at this point in the history
added clarifications
  • Loading branch information
quant12345 authored Oct 9, 2023
1 parent 204b73c commit 56b16ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions digital_image_processing/test_digital_image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +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"

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 56b16ba

Please sign in to comment.