Skip to content

Commit

Permalink
Update parameter description for the potential function in pymc/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
  • Loading branch information
Dhruvanshu-Joshi and ricardoV94 authored Feb 2, 2023
1 parent 7f24035 commit 0cf27e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ def Potential(name, var, model=None):
Parameters
----------
name: str
var: PyTensor or Scalar variables with the same shape as input to the likelihood
var: PyTensor expression to be added to the model joint logp
model: The model object to which the potential function is added. If ``None`` is provided, the current model is used.
Returns
Expand Down

0 comments on commit 0cf27e1

Please sign in to comment.