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 8940fe2 commit 7e6b568Copy full SHA for 7e6b568
test/metadata_utils.jl
@@ -58,7 +58,7 @@ infos = Dict(trait => eval(:(MLJModelInterface.$trait))(FooRegressor) for
58
@test !infos[:supports_weights]
59
@test infos[:supports_class_weights]
60
@test !infos[:supports_online]
61
- @test infos[:docstring] == "Cool model\n"
+ @test infos[:docstring] == (@doc FooRegressor) |> string
62
@test infos[:name] == "FooRegressor"
63
@test infos[:human_name] == "foo regressor"
64
@test infos[:is_supervised]
0 commit comments