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 3b35cd7 commit 39852caCopy full SHA for 39852ca
test/model_traits.jl
@@ -51,7 +51,7 @@ bar(::P1) = nothing
51
52
@test hyperparameter_ranges(md) == (nothing,)
53
54
- @test contains(docstring(ms), "No documentation")
+ @test docstring(ms)[1:16] == "No documentation"[1:16]
55
@test name(ms) == "S1"
56
57
@test is_supervised(ms)
0 commit comments