Skip to content

Commit 2c9dd6b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/distributions/timeseries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def dist(
180180
mu_ = at.broadcast_arrays(mu, sigma)[0]
181181
init = change_rv_size(init, mu_.shape)
182182

183+
init.tag.ignore_logprob = True
184+
183185
return super().dist([mu, sigma, init, steps], size=size, **kwargs)
184186

185187
def logp(

0 commit comments

Comments
 (0)