Skip to content

Commit 2d192ac

Browse files
Update pymc/distributions/timeseries.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 1d1e192 commit 2d192ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def dist(
171171
and isinstance(init.owner.op, RandomVariable)
172172
and init.owner.op.ndim_supp == 0
173173
):
174-
raise TypeError("init must be a scalar distribution variable")
174+
raise TypeError("init must be a univariate distribution variable")
175175

176176
if size is not None or shape is not None:
177177
init = change_rv_size(init, to_tuple(size or shape))

0 commit comments

Comments
 (0)