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 5995450
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymc_experimental/distributions/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,11 @@ class Chi:
Examples
--------
.. code-block:: python
import pymc as pm
from pymc_experimental.distributions import Chi
with pm.Model():
x = pm.Chi('x', nu=1)
x = Chi('x', nu=1)
"""

@staticmethod
Expand Down

0 comments on commit 5995450

Please sign in to comment.