Open
Description
While writing docstrings for rand
methods I found this:
julia> rand(GaussianLaguerre(2, 1.0), (3, 3))
ERROR: UndefVarError: `a` not defined in `RandomMatrices`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] rand(d::GaussianLaguerre, dims::Tuple{Int64, Int64})
@ RandomMatrices ~/Documents/Julia Packages/JuliaMatrices/RandomMatrices.jl/src/GaussianEnsembles.jl:180
[2] top-level scope
@ REPL[54]:1
Originates from not accessing a
from the object d
. Tests should be added for this method too as it looks a little suspicious as is:
RandomMatrices.jl/src/GaussianEnsembles.jl
Lines 149 to 173 in c76044d
Metadata
Metadata
Assignees
Labels
No labels