Skip to content

Commit 59294e7

Browse files
committed
Update test platforms for BinaryClassifierSymSgdTest
1 parent 11e9690 commit 59294e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Microsoft.ML.Predictor.Tests/TestPredictors.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ public void BinaryClassifierLogisticRegressionTest()
270270
Done();
271271
}
272272

273-
[X64Fact("x86 output differs from Baseline")]
273+
[Fact]
274274
[TestCategory("Binary")]
275275
public void BinaryClassifierSymSgdTest()
276276
{
277-
//Results sometimes go out of error tolerance on OS X.
278-
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
277+
//Results vary across platforms. The current baseline is only for Windows.
278+
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
279279
return;
280280

281281
RunOneAllTests(TestLearners.symSGD, TestDatasets.breastCancer, summary: true, digitsOfPrecision: 4);

0 commit comments

Comments
 (0)