Skip to content

Commit 9c6b5de

Browse files
committed
fixed samplers_draw docsting
1 parent bc53f6c commit 9c6b5de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pymc/sampling.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,18 +2125,18 @@ def draw(
21252125
21262126
Parameters
21272127
----------
2128-
vars : tensor_like or iterable of tensor_like
2128+
vars : Variable or iterable of Variable
21292129
A variable or a list of variables for which to draw samples.
21302130
draws : int, default 1
21312131
Number of samples needed to draw.
2132-
mode : str or `Mode` instance, optional
2133-
The mode used by :func:``aesara.function`` to compile the graph.
2132+
mode : str or aesara.compile.mode.Mode, optional
2133+
The mode used by :func:`aesara.function` to compile the graph.
21342134
**kwargs : dict, optional
2135-
Keyword arguments for :func:`pymc.aesara.compile_pymc`
2135+
Keyword arguments for :func:`pymc.aesara.compile_pymc`.
21362136
21372137
Returns
21382138
-------
2139-
out : list of ndarrays
2139+
list of ndarray
21402140
A list of numpy arrays.
21412141
21422142
Examples

0 commit comments

Comments
 (0)