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
Samples from Beta(1.0f0, 1.0f0) are Float64 rather than the expected Float32. This behavior seems to happen only for alpha=beta=1 and no other case. This behavior occurs when this condition is satisfied. For example
This one is a little more concerning than normal, because behavior is dependent on the value of the parameters (and not just the type of the parameters). I believe this is a regression caused by #1885
EDIT: I.e. the expected behavior a few months ago would be that both rand(Beta(1.0f0, 1.0f0) and rand(Beta(1.0f0, 2.0f0)) should return Float64. This may change with #1905
Hi.
Samples from
Beta(1.0f0, 1.0f0)
areFloat64
rather than the expectedFloat32
.This behavior seems to happen only for. This behavior occurs when this condition is satisfied. For examplealpha=beta=1
and no other caseThe text was updated successfully, but these errors were encountered: