File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
[deps ]
2
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
3
2
Arrow = " 69666777-d1a9-59fb-9406-91d4454c9d45"
4
3
CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
5
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
6
- OnlineStats = " a15396b6-48d5-5d58-9928-6d29437db91e"
7
- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
- Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9
4
Dagger = " d58978e5-989f-55fb-8d15-ea34adc7bf54"
10
5
DataAPI = " 9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
6
+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7
+ Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
11
8
InvertedIndices = " 41ab1584-1d38-5bbf-9106-f11c6c58b48f"
9
+ OnlineStats = " a15396b6-48d5-5d58-9928-6d29437db91e"
10
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
11
SentinelArrays = " 91c51154-3ec4-41a3-a24f-3f23e20d615c"
12
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
13
TableOperations = " ab02a1b2-a7df-11e8-156e-fb1833f50b87"
14
14
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
15
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
using DTables
2
2
using Test
3
3
4
+ using Distributed
5
+
6
+ @info (
7
+ " Execution environment details" ,
8
+ julia_version= VERSION ,
9
+ n_workers= Distributed. nworkers (),
10
+ n_procs= Distributed. nprocs (),
11
+ n_threads= Threads. nthreads (),
12
+ )
13
+
4
14
@testset " DTables.jl" begin
5
15
include (" table.jl" )
6
16
include (" table_dataframes.jl" )
You can’t perform that action at this time.
0 commit comments