A basic debugging question:

If I come across an Error with a stack trace like the following, what can I 
conclude about where "convert" was called? 

ERROR: `convert` has no method matching 
convert(::Type{Array{Complex{Float64},2}}, ::Array{Complex{Float64},1})
 in wait at ./task.jl:284
 in wait at ./task.jl:194
 in wait at task.jl:48
 in sync_end at ./task.jl:311
 in MyFunction at /my/path/Source.jl:319
 in anonymous at no file:213
 in include at ./boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:285
 in _start at ./client.jl:354
while loading /my/path/myDriver.jl, in expression starting on line 210

Reply via email to