Skip to content

Commit bc53f6c

Browse files
committed
fixed samplers_draw docsting
1 parent 193883d commit bc53f6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pymc/sampling.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,18 +2125,18 @@ def draw(
21252125
21262126
Parameters
21272127
----------
2128-
vars
2128+
vars : tensor_like or iterable of tensor_like
21292129
A variable or a list of variables for which to draw samples.
2130-
draws : int
2131-
Number of samples needed to draw. Detaults to 1.
2132-
mode
2133-
The mode used by ``aesara.function`` to compile the graph.
2134-
**kwargs
2130+
draws : int, default 1
2131+
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.
2134+
**kwargs : dict, optional
21352135
Keyword arguments for :func:`pymc.aesara.compile_pymc`
21362136
21372137
Returns
21382138
-------
2139-
List[np.ndarray]
2139+
out : list of ndarrays
21402140
A list of numpy arrays.
21412141
21422142
Examples

0 commit comments

Comments
 (0)