Skip to content

Commit 6b72f05

Browse files
committed
remove default external comparisons by default
1 parent 266c5fc commit 6b72f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJLinearModels"
22
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692"
33
authors = ["Thibaut Lienart <[email protected]>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

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)