JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

Undefined `Array` constructor in example #437

Open mtfishman opened 2 years ago

mtfishman commented 2 years ago

It looks like an old undefined Array constructor is used in one of the examples here: https://github.com/JunoLab/Weave.jl/blob/381de22c7d4076fc210147f552c6e4132f6c805c/examples/FIR_design.jl#L39

Probably should be Array{ComplexF32}(undef, n).