Skip to content

Commit 464ac0a

Browse files
committed
Add TensorVariable & remove broadcast_dist_samples_shape
1 parent e84acd8 commit 464ac0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/api/shape_utils.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ This module introduces functions that are made aware of the requested `size_tupl
1616
to_tuple
1717
rv_size_is_none
1818
change_dist_size
19-
broadcast_dist_samples_shape

pymc/distributions/shape_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def change_dist_size(
339339
----------
340340
dist : TensorVariable
341341
The old distribution to be resized.
342-
new_size : Union[int, Tuple[int, ...]]
342+
new_size : Union[int, Tuple[int, ...], TensorVariable]
343343
The new size of the distribution.
344344
expand : bool, optional
345345
If True, `new_size` is prepended to the existing distribution `size`,

0 commit comments

Comments
 (0)