Genify.jl icon indicating copy to clipboard operation
Genify.jl copied to clipboard

typo in readme

Open jae0 opened this issue 3 years ago • 0 comments

Second last code snippet, missing a comma after 3:

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

to:

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

jae0 avatar May 28 '22 00:05 jae0