You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Relax Gamma Sampler types (#956)
*relax T into Real in gamma sampler
* Fixed to keep the T type dispatch, also added a test in dirichlet.
* Update src/samplers/gamma.jl
Co-Authored-By: Mathieu Besançon <[email protected]>
rand(Dirichlet([Float32(10),Float32(10)]))
Results in the following error:
Probably related to this
The text was updated successfully, but these errors were encountered: