Skip to content

Commit c65c8a9

Browse files
committed
tests: move usings in the top file
1 parent f4e912b commit c65c8a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/examples/political_democracy/constructor.jl

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using Statistics: cov, mean
2-
using Random, NLopt
3-
41
############################################################################################
52
### models w.o. meanstructure
63
############################################################################################

test/examples/political_democracy/political_democracy.jl

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
using StructuralEquationModels, Test, Suppressor, FiniteDiff
2+
using Statistics: cov, mean
3+
using Random, NLopt
24

35
SEM = StructuralEquationModels
46

0 commit comments

Comments
 (0)