Skip to content

Commit

Permalink
Up default tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 8, 2025
1 parent 237eeab commit a214311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static string DebugSave(

public static void CompareToReference<TPixel>(
this Image<TPixel> image,
float percentageTolerance = 0F,
float percentageTolerance = 0.05F,
string extension = null,
[CallerMemberName] string test = "",
params object[] properties)
Expand Down

0 comments on commit a214311

Please sign in to comment.