Skip to content

Commit f4e912b

Browse files
committed
test/Proximal: move usings to the central file
1 parent afb3794 commit f4e912b

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

test/examples/proximal/l0.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using StructuralEquationModels, Test, ProximalAlgorithms, ProximalOperators
2-
31
# load data
42
dat = example_data("political_democracy")
53

test/examples/proximal/lasso.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using StructuralEquationModels, Test, ProximalAlgorithms, ProximalOperators
2-
31
# load data
42
dat = example_data("political_democracy")
53

test/examples/proximal/proximal.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using StructuralEquationModels, Test, ProximalAlgorithms, ProximalOperators, Suppressor
2+
13
@testset "Ridge" begin
24
include("ridge.jl")
35
end

test/examples/proximal/ridge.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using StructuralEquationModels, Test, ProximalAlgorithms, ProximalOperators, Suppressor
2-
31
# load data
42
dat = example_data("political_democracy")
53

0 commit comments

Comments
 (0)