Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Nov 1, 2023
1 parent 9eb7d78 commit 587aaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymc_experimental/distributions/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,10 @@ class Chi:
Examples
--------
.. code-block:: python
from pymc_experimental import Chi
with pm.Model():
x = pm.Chi('x', nu=1)
x = Chi('x', nu=1)
"""

@staticmethod
Expand Down

0 comments on commit 587aaf3

Please sign in to comment.