Skip to content

Commit 1a8d2da

Browse files
committed
Remove empty line to trigger build
1 parent 59c8909 commit 1a8d2da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Microsoft.ML.Functional.Tests/Prediction.cs

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public void ReconfigurablePrediction()
7474
public void ReconfigurablePredictionNoPipeline()
7575
{
7676
var mlContext = new MLContext(seed: 1);
77-
7877
var data = mlContext.Data.LoadFromEnumerable(TypeTestData.GenerateDataset());
7978
var pipeline = mlContext.BinaryClassification.Trainers.LbfgsLogisticRegression(
8079
new Trainers.LbfgsLogisticRegressionBinaryTrainer.Options { NumberOfThreads = 1 });

0 commit comments

Comments
 (0)