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 4b9bc5b commit 099d86eCopy full SHA for 099d86e
test/traits.jl
@@ -50,6 +50,7 @@ small = SmallLearner()
50
51
@trait SmallLearner kinds_of_proxy=(Point(),)
52
@test LearnAPI.is_learner(small)
53
+@test !LearnAPI.is_learner("junk")
54
@test !LearnAPI.target(small)
55
@test !LearnAPI.weights(small)
56
@test LearnAPI.preferred_kind_of_proxy(small) == Point()
0 commit comments