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
The pm.distributions.dist_math function incomplete_beta fails when arrays/tensors are used.
This function is used by the logcdf method of the Beta distribution (and after #4331, in the logcdf of the Binomial distribution), which fails when multiple values are passed in.
Should we be concerned about this? From the docstrings, it seems that all logcdf methods are intended to work with both scalars and arrays/tensors values.
The pm.distributions.dist_math function
incomplete_beta
fails when arrays/tensors are used.This function is used by the logcdf method of the Beta distribution (and after #4331, in the logcdf of the Binomial distribution), which fails when multiple values are passed in.
Should we be concerned about this? From the docstrings, it seems that all logcdf methods are intended to work with both scalars and arrays/tensors values.
Error message:
The text was updated successfully, but these errors were encountered: