You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ julia --version
julia version 0.6.0$ julia test/runtests.jl
Running tests:*01.jl
WARNING:Array{T}(::Type{T}, m::Int, n::Int) is deprecated, use Array{T}(m, n) instead.
Stacktrace:
[1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
[2] Array(::Type{Float64}, ::Int64, ::Int64) at ./deprecated.jl:57
[3] traindata() at /Users/scls/.julia/v0.6/MNIST/src/MNIST.jl:88
[4] include_from_node1(::String) at ./loading.jl:569
[5] include(::String) at ./sysimg.jl:14
[6] macro expansion at /Users/scls/.julia/v0.6/MNIST/test/runtests.jl:10 [inlined]
[7] anonymous at ./<missing>:?
[8] include_from_node1(::String) at ./loading.jl:569
[9] include(::String) at ./sysimg.jl:14
[10] process_options(::Base.JLOptions) at ./client.jl:305
[11] _start() at ./client.jl:371while loading /Users/scls/.julia/v0.6/MNIST/test/01.jl, in expression starting on line 15
WARNING:Array{T}(::Type{T}, m::Int) is deprecated, use Array{T}(m) instead.
Stacktrace:
[1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
[2] Array(::Type{Float64}, ::Int64) at ./deprecated.jl:57
[3] traindata() at /Users/scls/.julia/v0.6/MNIST/src/MNIST.jl:89
[4] include_from_node1(::String) at ./loading.jl:569
[5] include(::String) at ./sysimg.jl:14
[6] macro expansion at /Users/scls/.julia/v0.6/MNIST/test/runtests.jl:10 [inlined]
[7] anonymous at ./<missing>:?
[8] include_from_node1(::String) at ./loading.jl:569
[9] include(::String) at ./sysimg.jl:14
[10] process_options(::Base.JLOptions) at ./client.jl:305
[11] _start() at ./client.jl:371while loading /Users/scls/.julia/v0.6/MNIST/test/01.jl, in expression starting on line 15
WARNING:Array{T}(::Type{T}, m::Int, n::Int) is deprecated, use Array{T}(m, n) instead.
Stacktrace:
[1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
[2] Array(::Type{Float64}, ::Int64, ::Int64) at ./deprecated.jl:57
[3] testdata() at /Users/scls/.julia/v0.6/MNIST/src/MNIST.jl:99
[4] include_from_node1(::String) at ./loading.jl:569
[5] include(::String) at ./sysimg.jl:14
[6] macro expansion at /Users/scls/.julia/v0.6/MNIST/test/runtests.jl:10 [inlined]
[7] anonymous at ./<missing>:?
[8] include_from_node1(::String) at ./loading.jl:569
[9] include(::String) at ./sysimg.jl:14
[10] process_options(::Base.JLOptions) at ./client.jl:305
[11] _start() at ./client.jl:371while loading /Users/scls/.julia/v0.6/MNIST/test/01.jl, in expression starting on line 20
WARNING:Array{T}(::Type{T}, m::Int) is deprecated, use Array{T}(m) instead.
Stacktrace:
[1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
[2] Array(::Type{Float64}, ::Int64) at ./deprecated.jl:57
[3] testdata() at /Users/scls/.julia/v0.6/MNIST/src/MNIST.jl:100
[4] include_from_node1(::String) at ./loading.jl:569
[5] include(::String) at ./sysimg.jl:14
[6] macro expansion at /Users/scls/.julia/v0.6/MNIST/test/runtests.jl:10 [inlined]
[7] anonymous at ./<missing>:?
[8] include_from_node1(::String) at ./loading.jl:569
[9] include(::String) at ./sysimg.jl:14
[10] process_options(::Base.JLOptions) at ./client.jl:305
[11] _start() at ./client.jl:371while loading /Users/scls/.julia/v0.6/MNIST/test/01.jl, in expression starting on line 20
The text was updated successfully, but these errors were encountered:
s-celles
added a commit
to s-celles/MNIST.jl
that referenced
this issue
Aug 4, 2017
The text was updated successfully, but these errors were encountered: