Closed JobJob closed 4 years ago
Minor thing I noticed:
https://github.com/TuringLang/Bijectors.jl/blob/a3ece9122b8e1c9aa3f81105f6a384d85a09e856/src/transformed_distribution.jl#L134
should be:
res = hcat([td.transform(rand(rng, td.dist)) for i = 1:num_samples]...)
Ah, nice catch @JobJob !
Minor thing I noticed:
https://github.com/TuringLang/Bijectors.jl/blob/a3ece9122b8e1c9aa3f81105f6a384d85a09e856/src/transformed_distribution.jl#L134
should be: