Skip to content

Commit

Permalink
add test to fix codecov complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 3, 2024
1 parent c8ddd4c commit b4fbf67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ end
)
tm = @test_logs TunedModel(model=first(r), range=r, measure=l2)
@test MLJBase.constructor(tm) == TunedModel
@test MLJBase.load_path(tm) == "MLJTuning.TunedModel"
@test tm.tuning isa RandomSearch
@test input_scitype(tm) == Table(Continuous)

Expand Down

0 comments on commit b4fbf67

Please sign in to comment.