Skip to content

Commit 18c97dd

Browse files
committed
Allow a small difference for the HDRI build.
1 parent dba032b commit 18c97dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Magick.NET.Tests/Drawing/DrawablesTests/TheCompositeMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void ShouldCorrectlyCopyTheAlphaChannel()
4848
other.Composite(image, CompositeOperator.CopyAlpha);
4949

5050
var diference = other.Compare(image, ErrorMetric.RootMeanSquared);
51-
Assert.Equal(0, diference);
51+
Assert.Equal(0, diference, 0.00178);
5252
}
5353
}
5454

0 commit comments

Comments
 (0)