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 819f045 commit 4b44de4Copy full SHA for 4b44de4
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