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 9af5bae commit 55734e4Copy full SHA for 55734e4
test/Microsoft.ML.TestFramework/BaseTestBaseline.cs
@@ -22,7 +22,7 @@ namespace Microsoft.ML.Runtime.RunTests
22
/// </summary>
23
public abstract partial class BaseTestBaseline : BaseTestClass
24
{
25
- public const int DigitsOfPrecision_x86 = 6;
+ public const int DigitsOfPrecision_x86 = 5;
26
public const int DigitsOfPrecision_x64 = 7;
27
28
protected BaseTestBaseline(ITestOutputHelper output) : base(output)
0 commit comments