Skip to content

Commit 4f6b119

Browse files
committed
debugging CI failure
1 parent ff65570 commit 4f6b119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Microsoft.ML.AutoML.Tests/AutoFitTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ public void AutoFitRegressionTest(string culture)
143143
.Execute(trainData, validationData,
144144
new ColumnInformation() { LabelColumnName = DatasetUtil.MlNetGeneratedRegressionLabel });
145145

146+
//MYTODO: Only adding this for debugging purposes on the CI:
147+
System.Console.WriteLine($"culture:{culture} - Count: {result.RunDetails.Count()} - Null ValidationMetrics Count:{result.RunDetails.Where(rd => rd.ValidationMetrics == null).Count()}");
148+
146149
Assert.True(result.RunDetails.Max(i => i.ValidationMetrics.RSquared > 0.9));
147150

148151
Thread.CurrentThread.CurrentCulture = originalCulture;

0 commit comments

Comments
 (0)