Skip to content

Commit

Permalink
Updated Potential docstring as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvanshu-Joshi committed Mar 5, 2023
1 parent 840436a commit 2e2dcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2061,15 +2061,15 @@ def Potential(name, var, model=None):
----------
name : str
Name of the potential variable to be registered in the model.
var : tensor-like
var : tensor_like
Expression to be added to the model joint logp.
model : Model, optional
The model object to which the potential function is added.
If ``None`` is provided, the current model is used.
Returns
-------
var : tensor-like
var : tensor_like
The registered, named model variable.
Examples
Expand Down

0 comments on commit 2e2dcf3

Please sign in to comment.