We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2f570 commit 746f83bCopy full SHA for 746f83b
.github/workflows/check-image-decoding.yml
@@ -52,7 +52,7 @@ jobs:
52
orig=$(cat Makefile | grep "^${file}" | sed "s/^${file}: \(.*\)$/\1/")
53
score=$(compare -metric PSNR "${orig}" "decoded/${file}.png" NULL: 2>&1 || true)
54
echo " * ${file}: ${score}"
55
- if test $(echo "${score} >= 30.0" | bc -l) -eq 0; then
+ if test $(echo "${score} >= 35.0" | bc -l) -eq 0; then
56
exit -1
57
fi
58
0 commit comments