probcomp / Genify.jl

Automatically convert Julia methods to Gen functions.
Apache License 2.0
47 stars 1 forks source link

typo in readme #7

Open jae0 opened 2 years ago

jae0 commented 2 years ago

Second last code snippet, missing a comma after 3:

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

to:

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