diff --git a/Project.toml b/Project.toml index a9357dd..216ec2c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJLinearModels" uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692" authors = ["Thibaut Lienart "] -version = "0.6.4" +version = "0.6.5" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/test/runtests.jl b/test/runtests.jl index 60a6861..e707a2a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,7 +2,7 @@ using MLJLinearModels, Test, LinearAlgebra using Random, StableRNGs, DataFrames, ForwardDiff import MLJBase # not MLJModelInterface, to mimic the full interface -DO_COMPARISONS = true; include("testutils.jl") +DO_COMPARISONS = false; include("testutils.jl") m("UTILS"); include("utils.jl")