WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e2211c3

Browse files
committed
Update image threshold for resize tests
1 parent a7ca1b0 commit e2211c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Processing/Processors/Transforms/ResizeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void WorkingBufferSizeHintInBytes_IsAppliedCorrectly<TPixel>(
139139
testOutputDetails: workingBufferLimitInRows,
140140
appendPixelTypeToFileName: false);
141141
image.CompareToReferenceOutput(
142-
ImageComparer.TolerantPercentage(0.001f),
142+
ImageComparer.TolerantPercentage(0.004f),
143143
provider,
144144
testOutputDetails: workingBufferLimitInRows,
145145
appendPixelTypeToFileName: false);

0 commit comments

Comments
 (0)