Skip to content

Commit

Permalink
Updated serialization test
Browse files Browse the repository at this point in the history
  • Loading branch information
ASolomatin committed Sep 6, 2023
1 parent 1f937bc commit 70be207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TDigestNet.Tests/TestSerialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void TestCount() => Assert.Multiple(() =>
public void TestAvgPercentileError() => Assert.Multiple(() =>
{
Assert.That(GetAvgPercentileError(_digestA, _digestB), Is.EqualTo(0));
Assert.That(GetAvgPercentileError(_digestA, _digestC), Is.LessThan(.01));
Assert.That(GetAvgPercentileError(_digestA, _digestC), Is.LessThan(.05));
});

[Test]
Expand Down

0 comments on commit 70be207

Please sign in to comment.