Skip to content

Commit ea553bb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ public void BinaryClassifierLogisticRegressionTest()
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)