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 e9f863b commit d48d417Copy full SHA for d48d417
test/target_features.jl
@@ -1,11 +1,11 @@
1
using Test
2
using LearnAPI
3
4
-struct Avacado end
+struct Avocado end
5
6
-@test isnothing(LearnAPI.target(Avacado(), "salsa"))
7
-@test isnothing(LearnAPI.weights(Avacado(), "salsa"))
8
-@test LearnAPI.features(Avacado(), "salsa") == "salsa"
9
-@test LearnAPI.features(Avacado(), (:X, :y)) == :X
+@test isnothing(LearnAPI.target(Avocado(), "salsa"))
+@test isnothing(LearnAPI.weights(Avocado(), "salsa"))
+@test LearnAPI.features(Avocado(), "salsa") == "salsa"
+@test LearnAPI.features(Avocado(), (:X, :y)) == :X
10
11
true
0 commit comments