Skip to content

Commit 2ae1d2e

Browse files
authored
Merge pull request #424 from mashmatrix/reg-suit-threshold
Set threshold of reg-suit more strict to detect differences
2 parents 7c5cf0c + fe1f67c commit 2ae1d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"core": {
33
"workingDir": ".reg",
44
"actualDir": "images",
5-
"thresholdRate": 0.01,
5+
"thresholdRate": 0.001,
66
"addIgnore": true,
77
"ximgdiff": {
88
"invocationType": "client"

0 commit comments

Comments
 (0)