We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c550b commit 67a900dCopy full SHA for 67a900d
test/traits.jl
@@ -32,7 +32,7 @@ LearnAPI.learner(model::SmallLearner) = model
32
small = SmallLearner()
33
@test LearnAPI.constructor(small) == SmallLearner
34
@test :(LearnAPI.learner) in LearnAPI.functions(small)
35
-@test LearnAPI.kind_of(learner) == LearnAPI.Descriminative()
+@test LearnAPI.kind_of(small) == LearnAPI.Descriminative()
36
@test isempty(LearnAPI.kinds_of_proxy(small))
37
@test isempty(LearnAPI.tags(small))
38
@test !LearnAPI.is_pure_julia(small)
0 commit comments