Skip to content

Commit f6c6f5b

Browse files
justinormontzeahmed
authored andcommitted
Minor formatting in CollectionDataSourceTests.cs (#348)
1 parent 81d40a9 commit f6c6f5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Microsoft.ML.Tests/CollectionDataSourceTests.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ public void CanTrain()
134134
{
135135
var pipeline = new LearningPipeline();
136136
var data = new List<IrisData>() {
137-
new IrisData { SepalLength = 1f, SepalWidth = 1f ,PetalLength=0.3f, PetalWidth=5.1f, Label=1},
138-
new IrisData { SepalLength = 1f, SepalWidth = 1f ,PetalLength=0.3f, PetalWidth=5.1f, Label=1},
139-
new IrisData { SepalLength = 1.2f, SepalWidth = 0.5f ,PetalLength=0.3f, PetalWidth=5.1f, Label=0}
137+
new IrisData { SepalLength = 1f, SepalWidth = 1f, PetalLength=0.3f, PetalWidth=5.1f, Label=1},
138+
new IrisData { SepalLength = 1f, SepalWidth = 1f, PetalLength=0.3f, PetalWidth=5.1f, Label=1},
139+
new IrisData { SepalLength = 1.2f, SepalWidth = 0.5f, PetalLength=0.3f, PetalWidth=5.1f, Label=0}
140140
};
141141
var collection = CollectionDataSource.Create(data);
142142

0 commit comments

Comments
 (0)