File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,7 @@ version = "0.1.0"
7
7
julia = " 1.6"
8
8
9
9
[extras ]
10
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
11
- Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
12
- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
- MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
14
- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
- Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
16
- StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
17
- Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
18
- Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
19
10
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
20
11
21
12
[targets ]
22
- test = [
23
- " DataFrames" ,
24
- " Distributions" ,
25
- " LinearAlgebra" ,
26
- " MLUtils" ,
27
- " Random" ,
28
- " Serialization" ,
29
- " StableRNGs" ,
30
- " Statistics" ,
31
- " Tables" ,
32
- " Test" ,
33
- ]
13
+ test = [" Test" ,]
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ test_files = [
8
8
" obs.jl" ,
9
9
" accessor_functions.jl" ,
10
10
" target_features.jl" ,
11
- # "patterns/regression.jl",
12
- # "patterns/static_algorithms.jl",
13
- # "patterns/ensembling.jl",
14
- # "patterns/incremental_algorithms.jl",
15
11
]
16
12
17
13
files = isempty (ARGS ) ? test_files : ARGS
You can’t perform that action at this time.
0 commit comments