Skip to content

Commit 55734e4

Browse files
committed
changing precision
1 parent 9af5bae commit 55734e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.TestFramework/BaseTestBaseline.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Microsoft.ML.Runtime.RunTests
2222
/// </summary>
2323
public abstract partial class BaseTestBaseline : BaseTestClass
2424
{
25-
public const int DigitsOfPrecision_x86 = 6;
25+
public const int DigitsOfPrecision_x86 = 5;
2626
public const int DigitsOfPrecision_x64 = 7;
2727

2828
protected BaseTestBaseline(ITestOutputHelper output) : base(output)

0 commit comments

Comments
 (0)