Skip to content

Commit 115d23c

Browse files
committed
small fix
1 parent 2111955 commit 115d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/fitpredict.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
X, y = MLJBase.make_blobs(centers=3)
7474
model = LogisticClassifier()
7575
mach = MLJBase.machine(model, X, y)
76-
fit!(mach)
76+
MLJBase.fit!(mach)
7777
fp = MLJBase.fitted_params(mach)
7878
@test unique(fp.classes) == [1,2,3]
7979
end

0 commit comments

Comments
 (0)