Skip to content

Commit

Permalink
Change test images
Browse files Browse the repository at this point in the history
  • Loading branch information
btlorch committed Oct 20, 2023
1 parent 89bd954 commit 9ac6b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ def dct_method_to_str(dct_method):
return dct_method_str

@parameterized.expand([
['tests/assets/images-mozjpeg403/testimg.bmp', 100],
['tests/assets/images-mozjpeg403/testimg.bmp', 95],
['tests/assets/images-9e/testimg.bmp', 100],
['tests/assets/images-9e/testimg.bmp', 95],
])
def test_trellis_optimization(self, input_file, quality):
self.logger.info("test_trellis_optimization")
Expand Down

0 comments on commit 9ac6b09

Please sign in to comment.