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 1d1e192 commit 2d192acCopy full SHA for 2d192ac
pymc/distributions/timeseries.py
@@ -171,7 +171,7 @@ def dist(
171
and isinstance(init.owner.op, RandomVariable)
172
and init.owner.op.ndim_supp == 0
173
):
174
- raise TypeError("init must be a scalar distribution variable")
+ raise TypeError("init must be a univariate distribution variable")
175
176
if size is not None or shape is not None:
177
init = change_rv_size(init, to_tuple(size or shape))
0 commit comments