Skip to content

Commit

Permalink
Update image threshold for resize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 20, 2021
1 parent a7ca1b0 commit e2211c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void WorkingBufferSizeHintInBytes_IsAppliedCorrectly<TPixel>(
testOutputDetails: workingBufferLimitInRows,
appendPixelTypeToFileName: false);
image.CompareToReferenceOutput(
ImageComparer.TolerantPercentage(0.001f),
ImageComparer.TolerantPercentage(0.004f),
provider,
testOutputDetails: workingBufferLimitInRows,
appendPixelTypeToFileName: false);
Expand Down

0 comments on commit e2211c3

Please sign in to comment.