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
Looking at randnt we have tp equals 0.0 so it looks like this will go into an infinite while loop.
Perhaps the truncated normal should have some fallback like tp < eps(tp) && return mean(d)? Alternatively, Normal should require sd > 0.0 (most other distributions don't support degenerate distributions anyway), but that's breaking I guess.
I know this is an unusual case, but I noticed that:
hangs and doesn't return a number.
I'm using
Distributions v0.25.115
if that's relevant. Possibly related to #1910 but I don't know.The text was updated successfully, but these errors were encountered: