Skip to content

Commit b108d08

Browse files
committed
review comment - update newly added tests
1 parent 5114b2b commit b108d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Tests/Transformers/TextFeaturizerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ void TestNgramCompatColumns()
275275
{
276276
string dropModelPath = GetDataPath("backcompat/ngram.zip");
277277
string sentimentDataPath = GetDataPath("wikipedia-detox-250-line-data.tsv");
278-
var data = TextLoader.CreateReader(ML, ctx => (
278+
var data = TextLoaderStatic.CreateReader(ML, ctx => (
279279
Sentiment: ctx.LoadBool(0),
280280
SentimentText: ctx.LoadText(1)), hasHeader: true)
281281
.Read(sentimentDataPath);

0 commit comments

Comments
 (0)