Skip to content

Commit b33640f

Browse files
committed
fix issue with call to fit in test
1 parent 44c7ff9 commit b33640f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using TextAnalysis
1313
# train transformer
1414
tfidf_transformer = MLJText.TfidfTransformer()
1515
test = machine(tfidf_transformer, ngram_vec)
16-
MLJ.fit!(test)
16+
MLJBase.fit!(test)
1717

1818
# test
1919
test_doc = ngrams(NGramDocument("Another sentence ok"))

0 commit comments

Comments
 (0)