technopagan / adept-jpg-compressor

A Bash script to automate adaptive JPEG compression using common CLI tools
Other
377 stars 29 forks source link

Unit tests are broken after merging the saliency mapper #23

Open technopagan opened 10 years ago

technopagan commented 10 years ago

After merging the saliency mapper and binary search functionality for threshold values, the unit tests suite is currently out of date and thus broken.

The old Sobel unit tests have to be removed and replaced by tests that check the new functions for the saliency mapper.