-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
59 lines (58 loc) · 3.12 KB
/
1.5.0-DEV-7206b56e94.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed ReservoirComputing ─ v0.3.0
Updating `~/.julia/environments/v1.5/Project.toml`
7c2d2b1e + ReservoirComputing v0.3.0
Updating `~/.julia/environments/v1.5/Manifest.toml`
7c2d2b1e + ReservoirComputing v0.3.0
8f399da3 + Libdl
37e2e46d + LinearAlgebra
9a3f8284 + Random
9e88b42a + Serialization
2f01184e + SparseArrays
Testing ReservoirComputing
Status `/tmp/jl_J68vUr/Project.toml`
7c2d2b1e ReservoirComputing v0.3.0
1bc83da4 SafeTestsets v0.0.1
37e2e46d LinearAlgebra
2f01184e SparseArrays
8dfed614 Test
Status `/tmp/jl_J68vUr/Manifest.toml`
7c2d2b1e ReservoirComputing v0.3.0
1bc83da4 SafeTestsets v0.0.1
2a0f44e3 Base64
8ba89e20 Distributed
b77e0a4c InteractiveUtils
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
9a3f8284 Random
9e88b42a Serialization
6462fe0b Sockets
2f01184e SparseArrays
8dfed614 Test
┌ Warning: Assignment to `nonlin_alg` in soft scope is ambiguous because a global variable by the same name exists: `nonlin_alg` will be treated as a new local. Disambiguate by using `local nonlin_alg` to suppress this warning or `global nonlin_alg` to assign to the existing global variable.
└ @ ~/.julia/packages/ReservoirComputing/vSGNJ/test/esn.jl:62
┌ Warning: Assignment to `esn` in soft scope is ambiguous because a global variable by the same name exists: `esn` will be treated as a new local. Disambiguate by using `local esn` to suppress this warning or `global esn` to assign to the existing global variable.
└ @ ~/.julia/packages/ReservoirComputing/vSGNJ/test/esn.jl:63
┌ Warning: Assignment to `W_out` in soft scope is ambiguous because a global variable by the same name exists: `W_out` will be treated as a new local. Disambiguate by using `local W_out` to suppress this warning or `global W_out` to assign to the existing global variable.
└ @ ~/.julia/packages/ReservoirComputing/vSGNJ/test/esn.jl:73
┌ Warning: Assignment to `output` in soft scope is ambiguous because a global variable by the same name exists: `output` will be treated as a new local. Disambiguate by using `local output` to suppress this warning or `global output` to assign to the existing global variable.
└ @ ~/.julia/packages/ReservoirComputing/vSGNJ/test/esn.jl:75
┌ Warning: Assignment to `p_output` in soft scope is ambiguous because a global variable by the same name exists: `p_output` will be treated as a new local. Disambiguate by using `local p_output` to suppress this warning or `global p_output` to assign to the existing global variable.
└ @ ~/.julia/packages/ReservoirComputing/vSGNJ/test/esn.jl:77
Test Summary: | Pass Total
Constructor | 24 24
12.613545 seconds (11.98 M allocations: 610.159 MiB, 5.97% gc time)
Testing ReservoirComputing tests passed