probcomp/Genify.jl

typo in readme

jae0 opened this issue · 0 comments

jae0 commented

Second last code snippet, missing a comma after 3:

julia> trace, w = generate(genscale, (3), observations);

to:

julia> trace, w = generate(genscale, (3,), observations);