From 486cf3a27e0cc7017661095bb98cc1bd5dbf7122 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 4 Feb 2023 16:05:28 +1000 Subject: [PATCH] Update TgaDecoderTests.cs --- tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs index 8a9aaa7f59..0bbe1984f0 100644 --- a/tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs @@ -763,7 +763,7 @@ public class TgaDecoderTests // Floating point differences result in minor pixel differences. // Output have been manually verified. image.CompareToReferenceOutput( - ImageComparer.TolerantPercentage(TestEnvironment.OSArchitecture == Architecture.Arm64 ? 0.00017F : 0.0001F), + ImageComparer.TolerantPercentage(TestEnvironment.OSArchitecture == Architecture.Arm64 ? 0.0016F : 0.0001F), provider, testOutputDetails: details, appendPixelTypeToFileName: false);