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
Verifies that distributions without a registered _logccdf method
(e.g., Uniform) use the log1mexp(logcdf) fallback, while distributions
with _logccdf (e.g., Normal) use their specialized implementation.
The test inspects the computation graph structure rather than just
numerical results to ensure the correct code path is exercised.
0 commit comments