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
Reminder issue to remove the RandomVariable for WeibullBetaRV (introduced in #4640) once we have the automatic multiplication logp working (e.g., #4653)
The text was updated successfully, but these errors were encountered:
We might be able to use aesara.compile.builders.OpFromGraph in the interim. OpFromGraph will create a new Op to which we can assign a _logp specialization. This removes the need to create a RandomVariableOp for cases in which operations that are already covered by existing Ops are applied to existing RandomVariables.
Reminder issue to remove the RandomVariable for WeibullBetaRV (introduced in #4640) once we have the automatic multiplication logp working (e.g., #4653)
The text was updated successfully, but these errors were encountered: