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)`.