Skip to content

Commit

Permalink
fkn hell this codecov bot is worse than the inquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
pasq-cat committed Oct 18, 2024
1 parent 851784f commit 0752b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/direct_mlj_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ cv = CV(; nfolds=3)
model.model = flux_model_two
MLJBase.fit!(mach)

model_two = LaplaceRegressor(model=flux_model_two,epochs=100)
@test !MLJBase.is_same_except(model,model_two)



end
Expand Down

0 comments on commit 0752b83

Please sign in to comment.