Skip to content

Commit

Permalink
More tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 31, 2024
1 parent 8c4b237 commit 8d8082e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ data class RoborazziOptions(

companion object {
val DefaultImageComparator = SimpleImageComparator(
maxDistance = 0.07F,
hShift = 2,
vShift = 2,
maxDistance = 0.1F,
hShift = 4,
vShift = 4,
)
val DefaultResultValidator = ThresholdValidator(0F)
}
Expand Down

0 comments on commit 8d8082e

Please sign in to comment.