Skip to content

Commit 67211cc

Browse files
committed
fixed mistake
1 parent c661496 commit 67211cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Microsoft.ML.Tests/TrainerEstimators/PriorRandomTests.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ private IDataView GetBreastCancerDataviewWithTextColumns()
3838
}).Data;
3939
}
4040

41-
private static SchemaShape.Column MakeLabelColumn(string labelColumn)
42-
=> new SchemaShape.Column(labelColumn, SchemaShape.Column.VectorKind.Scalar, NumberType.R4, false);
41+
public SimpleEstimatorTests(ITestOutputHelper output) : base(output)
42+
{
43+
}
4344

4445
[Fact]
4546
public void TestEstimatorRandom()

0 commit comments

Comments
 (0)