Skip to content

Commit 4ce79b5

Browse files
committed
removing comparison
1 parent 2dc0dc5 commit 4ce79b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using MLJLinearModels, Test, LinearAlgebra, Random, StableRNGs
22
import MLJBase # not MLJModelInterface, to mimic the full interface
33

4-
DO_COMPARISONS = true; include("testutils.jl")
4+
DO_COMPARISONS = false; include("testutils.jl")
55

66
m("UTILS"); include("utils.jl")
77

0 commit comments

Comments
 (0)