We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42b6a commit 523d869Copy full SHA for 523d869
docs/source/developer_guide_implementing_distribution.md
@@ -35,6 +35,7 @@ The following snippet illustrates how to create a new `RandomVariable`:
35
36
from aesara.tensor.var import TensorVariable
37
from aesara.tensor.random.op import RandomVariable
38
+from typing import List, Tuple
39
40
# Create your own `RandomVariable`...
41
class BlahRV(RandomVariable):
0 commit comments