Skip to content

Commit 9ed9c78

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

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
@@ -180,7 +180,7 @@ def dist(
180180
mu_ = at.broadcast_arrays(mu, sigma)[0]
181181
init = change_rv_size(init, mu_.shape)
182182

183-
# Ignores logprob of init var because that's captured somewhere else
183+
# Ignores logprob of init var because that's accounted for in the logp method
184184
init.tag.ignore_logprob = True
185185

186186
return super().dist([mu, sigma, init, steps], size=size, **kwargs)

0 commit comments

Comments
 (0)