Genify.jl
Genify.jl copied to clipboard
typo in readme
Second last code snippet, missing a comma after 3:
julia> trace, w = generate(genscale, (3), observations);
to:
julia> trace, w = generate(genscale, (3,), observations);