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 2dc0dc5 commit 4ce79b5Copy full SHA for 4ce79b5
test/runtests.jl
@@ -1,7 +1,7 @@
1
using MLJLinearModels, Test, LinearAlgebra, Random, StableRNGs
2
import MLJBase # not MLJModelInterface, to mimic the full interface
3
4
-DO_COMPARISONS = true; include("testutils.jl")
+DO_COMPARISONS = false; include("testutils.jl")
5
6
m("UTILS"); include("utils.jl")
7
0 commit comments