We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63ebde commit 0fb565bCopy full SHA for 0fb565b
tests/Magick.NET.Tests/MagickImageTests/TheCompareMethod.cs
@@ -167,8 +167,8 @@ public void ShouldUseTheColorFuzz()
167
[InlineData(ErrorMetric.PeakSignalToNoiseRatio, 0.0542)]
168
[InlineData(ErrorMetric.PerceptualHash, 0)]
169
[InlineData(ErrorMetric.RootMeanSquared, 0.4726)]
170
- [InlineData(ErrorMetric.StructuralSimilarity, 0.2889)]
171
- [InlineData(ErrorMetric.StructuralDissimilarity, 0.7110)]
+ [InlineData(ErrorMetric.StructuralSimilarity, 0.4220)]
+ [InlineData(ErrorMetric.StructuralDissimilarity, 0.2889)]
172
public void ShouldReturnTheCorrectValueForEachErrorMetric(ErrorMetric errorMetric, double expectedResult)
173
{
174
using var image = new MagickImage(Files.MagickNETIconPNG);
0 commit comments